From 66fab8d2332fdf4874c55d87208d9b00a5518dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 25 Jul 2017 08:56:54 +0200 Subject: [PATCH] Make less stuttery Fixes https://github.com/gohugoio/gohugoioTheme/issues/58 --- config.toml | 2 +- content/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index badb02781..61df5b873 100644 --- a/config.toml +++ b/config.toml @@ -6,7 +6,7 @@ enableEmoji = true footnotereturnlinkcontents = "↩" languageCode = "en-us" metaDataFormat = "yaml" -title = "Hugo: A Fast and Flexible Website Generator" +title = "Hugo" theme = "gohugoioTheme" googleAnalytics = "UA-7131036-4" diff --git a/content/_index.md b/content/_index.md index 3f9ad64a4..ec8883c44 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,5 @@ --- -title: "Hugo: A Fast and Flexible Website Generator" +title: "A Fast and Flexible Website Generator" date: 2017-03-02T12:00:00-05:00 features: - heading: Blistering Speed