gulp build
This commit is contained in:
@ -901,7 +901,7 @@ var latestNotes = {{if .latestNotes}}{{.latestNotes|jsonJs}}{{else}}[]{{end}};
|
||||
var noteContentJson = {{.noteContentJson|jsonJs}};
|
||||
var tagsJson = {{.tags|jsonJs}};
|
||||
var GlobalConfigs = {{.globalConfigs|jsonJs}};
|
||||
var tinyMCEPreInit = {base: '/public/js/tinymce', suffix: '.min'};
|
||||
var tinyMCEPreInit = {base: '/public/tinymce', suffix: '.min'};
|
||||
</script>
|
||||
|
||||
<script src="/js/i18n/msg.{{.locale}}.js"></script>
|
||||
|
Reference in New Issue
Block a user