🪲 🔧 assets: Add missing bracket (closes #174)

This commit adds a closing bracket to the method introduced in commit
d127d5e224. This broke the banner image
and caused it to disappear from the index page.

Closes themefisher/dot-hugo#174.

Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] <jflory@unicef.org>
This commit is contained in:
Justin W. Flory (he/him) [UNICEF Innovation] 2021-10-14 15:29:12 +02:00
parent 974ee76544
commit 52d9f7b17f
No known key found for this signature in database
GPG key ID: 87858E56DEAD7442

View file

@ -145,6 +145,7 @@
};
html2pdf().from(content).set(opt).save();
})
}
}
})(jQuery);