diff --git a/README.md b/README.md index b136e33..bae81dd 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,5 @@ copyright = "© 2019. Theme by \ No newline at end of file diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 3577427..8391b18 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,17 +1,59 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + {{ if isset .Params "date" }} + + {{ end }} + + + {{ with .OutputFormats.Get "RSS" }} + + {{ end }} + + + {{ with .OutputFormats.Get "json" }} + + {{ end }} {{ if .IsHome }}{{ else }}{{ .Title }} - {{ end }}{{ .Site.Title }} + + + {{ partial "extended_head.html" . }} + {{ template "_internal/google_analytics_async.html" . }} - \ No newline at end of file +