diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 194b19a..6de94f0 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -17,21 +17,21 @@ + href="{{ `css/poole.css` | relURL }}"> + href="{{ `css/hyde.css` | relURL }}"> {{ partial "theme-color.html" . }} {{ range $.Site.Params.customCss -}} - + {{- end}} {{ range $.Site.Params.customJs -}} - + {{- end}} {{ template "_internal/google_analytics_async.html" . }} diff --git a/layouts/index.html b/layouts/index.html index 01b8253..3fc858b 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -19,7 +19,7 @@ {{ if .Truncated }} {{ end }} diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 5ce773f..8384905 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -8,7 +8,7 @@ {{ else }} {{ with .Site.Params.profilePicture }}
- Profile Picture + Profile Picture
{{ end }} {{ end }} @@ -27,7 +27,7 @@ {{ range .Site.Menus.main -}}
  • - {{ .Name }} + {{ .Name }}
  • {{- end }}