diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cd634e..480fbb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,5 @@ - ENHANCEMENT - add node `gulp` script to package.json + - remove title and set empty alt tag for page branding +- BUGFIX + - use relative URL's for fonts diff --git a/layouts/partials/head/others.html b/layouts/partials/head/others.html index 15e93ba..ecfe483 100644 --- a/layouts/partials/head/others.html +++ b/layouts/partials/head/others.html @@ -1,5 +1,17 @@ - - + + + + + + + + + + + + + + {{ with .OutputFormats.Get "atom" }} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} diff --git a/layouts/partials/site-header.html b/layouts/partials/site-header.html index 49fae99..9de1482 100644 --- a/layouts/partials/site-header.html +++ b/layouts/partials/site-header.html @@ -2,7 +2,7 @@
- {{ .Site.Title }} + {{ .Site.Title }} {{ with .Site.Params.subtitle }}