mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
Fix typo for homepage_button_text param
Fixes typo in layout and example site. Closes #7.
This commit is contained in:
parent
e7e96becd6
commit
a83818abf5
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue