mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 04:03:48 +01:00
fix: remark42 comment system won't show (#799)
This commit is contained in:
parent
a88fe3f5a7
commit
0bc942bb12
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
show_email_subscription: {{ default true .show_email_subscription }}
|
show_email_subscription: {{ default true .show_email_subscription }}
|
||||||
};
|
};
|
||||||
|
|
||||||
function(e, n) {
|
!function(e, n) {
|
||||||
for (var o = 0; o < e.length; o++) {
|
for (var o = 0; o < e.length; o++) {
|
||||||
var r = n.createElement('script'),
|
var r = n.createElement('script'),
|
||||||
c = '.js',
|
c = '.js',
|
||||||
|
|
Loading…
Reference in a new issue