This commit is contained in:
parent
14e5f7ce3c
commit
963a988963
@ -41,7 +41,5 @@
|
||||
};
|
||||
|
||||
Util.parseMarkdown('content-reset');
|
||||
|
||||
Util.minerStart();
|
||||
</script>
|
||||
${plugins}
|
||||
|
@ -50,6 +50,5 @@
|
||||
<script>
|
||||
Util.setTopBar();
|
||||
Util.parseMarkdown('article-content');
|
||||
Util.minerStart();
|
||||
</script>
|
||||
${plugins}
|
||||
|
@ -38,6 +38,5 @@
|
||||
"em14Label": "${em14Label}"
|
||||
};
|
||||
Util.parseMarkdown('post-content');
|
||||
Util.minerStart();
|
||||
</script>
|
||||
${plugins}
|
||||
|
@ -39,6 +39,5 @@
|
||||
<script type="text/javascript" src="${staticServePath}/skins/${skinDirName}/js/${skinDirName}${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
|
||||
<script>
|
||||
Util.parseMarkdown();
|
||||
Util.minerStart();
|
||||
</script>
|
||||
${plugins}
|
||||
|
@ -45,6 +45,5 @@
|
||||
"siteViewLabel": "${siteViewLabel}"
|
||||
};
|
||||
Util.parseMarkdown();
|
||||
Util.minerStart();
|
||||
</script>
|
||||
${plugins}
|
||||
|
@ -59,6 +59,5 @@
|
||||
"em14Label": "${em14Label}"
|
||||
};
|
||||
Util.parseMarkdown();
|
||||
Util.minerStart();
|
||||
</script>
|
||||
${plugins}
|
||||
|
Loading…
x
Reference in New Issue
Block a user