Merge branch 'feat/1.3.6/template' into test
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
</footer>
|
||||
</div>
|
||||
<!--customize_footer-->
|
||||
{{if .FooterCode }}{{.FooterCode}}{{end}}
|
||||
{{if .FooterCode }}{{.FooterCode | templateHTML}}{{end}}
|
||||
<!--customize_footer-->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -77,13 +77,13 @@
|
||||
content="{{if $.siteinfo.Branding.Favicon }}{{$.siteinfo.Branding.Favicon}}{{else}}{{$.baseURL}}/favicon.ico{{end}}"}
|
||||
/>
|
||||
<!--customize_head-->
|
||||
{{if .HeadCode }} {{.HeadCode}} {{end}}
|
||||
{{if .HeadCode }} {{.HeadCode | templateHTML}} {{end}}
|
||||
<!--customize_head-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!--customize_header-->
|
||||
{{if .HeaderCode }} {{.HeaderCode}} {{end}}
|
||||
{{if .HeaderCode }} {{.HeaderCode | templateHTML}} {{end}}
|
||||
<!--customize_header-->
|
||||
<div id="root">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user