diff --git a/README.md b/README.md index 18935a2..97e4b3c 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ A theme for [Hugo](https://gohugo.io/), inspired by Atom editor. This repo is a work in progress, there is still work to do, contributions are welcome ! -- Support "dynamic" titles and descriptions - Uglify CSS and Javascript - Add integration with Disqus - Add integration with Google Analytics - Add a "Home" link in the top of the menu - Add custom 404.html - Support for code highlighting +- Conventional CHANGELOG.md diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 380923d..7562a56 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -2,8 +2,12 @@ - +{{ if isset . "Description" }} + +{{ else }} + +{{ end }} +{{ .Title }} {{ .Hugo.Generator }} -{{ .Site.Title }} diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index 12756bc..2de0c3b 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -1,6 +1,6 @@