mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
Merge pull request #8 from timoguin/fix/homepage-button-text-typo
Fix typo for homepage_button_text param
This commit is contained in:
commit
fa24be58a7
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'
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue