Commit 740f8fe9 authored by Mantas Vilčinskas's avatar Mantas Vilčinskas
Browse files

v5 ready to deploy

parent ff674828
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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';

  /**
+1 −1
Original line number Diff line number Diff line
@@ -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 }}';