From 73f38066f611cc0751eb8278aa40d7d5e3440cd3 Mon Sep 17 00:00:00 2001 From: parsiya Date: Sun, 20 Jan 2019 15:16:58 -0500 Subject: remove unused tags from header partial, minor cleanup, fixes #56 --- README.md | 2 +- layouts/partials/header.html | 7 ++----- sample-config.toml | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4a51913..dbece86 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ post = "/blog/:year-:month-:day-:title/" textrss = false # Website's default description - defaultDescription = "" + description = "" # Populate with your search keywords - these will appear in meta tags # defaultKeywords = ["keyword1" , "keyword2" , "keyword3" , "keyword4"] diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 438c2ea..3ef30da 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,12 +1,9 @@ - - - {{ if not .Site.Params.disableGoogleFonts }} @@ -43,11 +40,11 @@ {{ with .RSSLink }}{{ end }} - + - + {{ .Hugo.Generator }} diff --git a/sample-config.toml b/sample-config.toml index 6d45d09..8ac1e6e 100644 --- a/sample-config.toml +++ b/sample-config.toml @@ -103,7 +103,7 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the textrss = false # Website's default description - defaultDescription = "" + description = "" # Populate this with your own search keywords - these will appear in the meta tags # defaultKeywords = ["keyword1" , "keyword2" , "keyword3" , "keyword4"] -- cgit v1.2.3