remove template usercode

This commit is contained in:
aichy126 2022-12-14 17:54:03 +08:00
parent 85691e9143
commit df99310ffd
2 changed files with 0 additions and 3 deletions

View File

@ -11,6 +11,5 @@
</footer>
</div>
</body>
{{templateHTML .FooterCode}}
</html>
{{end}}

View File

@ -13,12 +13,10 @@
<link href="{{.cssPath}}" rel="stylesheet" />
<link href="/custom.css" rel="stylesheet">
<script defer="defer" src="{{.scriptPath}}"></script>
{{templateHTML .HeadCode}}
{{if $.siteinfo.JsonLD }}{{ .siteinfo.JsonLD | templateHTML}}{{end}}
</head>
<body>
{{templateHTML .HeaderCode}}
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root">
<nav id="header" class="sticky-top navbar navbar-expand-lg navbar-dark">