custom html file added
This commit is contained in:
parent
bfde1ccdf9
commit
bd4097a5a1
|
@ -10,6 +10,7 @@
|
|||
{{ partial "head/meta" . }}
|
||||
{{ partial "head/meta_json_ld" . }}
|
||||
{{ partial "head/service" . }}
|
||||
{{ partial "head/custom" . }}
|
||||
</head>
|
||||
|
||||
<body id="root" class="theme__{{ index .Site.Params.themeOptions 0 }}">
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
<!-- override this file -->
|
Loading…
Reference in New Issue