From a83818abf5b7b6af41a257eb99d7cb8d304fd713 Mon Sep 17 00:00:00 2001 From: Tim O'Guin Date: Wed, 10 Apr 2019 17:19:45 -0500 Subject: [PATCH] Fix typo for homepage_button_text param Fixes typo in layout and example site. Closes #7. --- exampleSite/config.toml | 2 +- layouts/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index c1d210f..4c768a9 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -21,7 +21,7 @@ pygmentsUseClasses = true [params] google_analytics_id="" homepage_button_link = '/docs' - homeoage_button_text = 'Read The Docs' + homepage_button_text = 'Read The Docs' homepage_intro = 'Whisper is a documentation theme built with Hugo. The design and functionality is intentionally minimal.' homepage_image = '/images/terminal.gif' diff --git a/layouts/index.html b/layouts/index.html index 6047643..f3e0749 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -29,7 +29,7 @@ {{ end }} - {{ .Site.Params.homeoage_button_text }} + {{ .Site.Params.homepage_button_text }}