Fix typo for homepage_button_text param

Fixes typo in layout and example site. Closes #7.
This commit is contained in:
Tim O'Guin 2019-04-10 17:19:45 -05:00
parent e7e96becd6
commit a83818abf5
No known key found for this signature in database
GPG Key ID: 40145C9816B571B7
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -29,7 +29,7 @@
{{ end }}
</div>
<a class="button button-primary mb-2" href="{{ .Site.Params.homepage_button_link | relURL }}">
{{ .Site.Params.homeoage_button_text }}
{{ .Site.Params.homepage_button_text }}
</a>
</div>
</div>