Loading layouts/partials/js.html +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ * Dev toolset */ console.log('cState v5 Dev - https://github.com/cstate/cstate'); console.log('cState v5.0 - https://github.com/cstate/cstate'); document.getElementsByTagName('html')[0].className = 'js'; /** Loading layouts/partials/meta.html +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ {{ range .AlternativeOutputFormats -}} {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} <meta name="generator" content="cState v5 Dev - https://github.com/cstate/cstate"> <meta name="generator" content="cState v5.0 - https://github.com/cstate/cstate"> <meta name="theme-color" content="{{ .Site.Params.brand }}"> <script> var themeBrandColor = '{{ .Site.Params.brand }}'; Loading Loading
layouts/partials/js.html +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ * Dev toolset */ console.log('cState v5 Dev - https://github.com/cstate/cstate'); console.log('cState v5.0 - https://github.com/cstate/cstate'); document.getElementsByTagName('html')[0].className = 'js'; /** Loading
layouts/partials/meta.html +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ {{ range .AlternativeOutputFormats -}} {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} <meta name="generator" content="cState v5 Dev - https://github.com/cstate/cstate"> <meta name="generator" content="cState v5.0 - https://github.com/cstate/cstate"> <meta name="theme-color" content="{{ .Site.Params.brand }}"> <script> var themeBrandColor = '{{ .Site.Params.brand }}'; Loading