mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
- Renaming from discription to description
This commit is contained in:
parent
008e31edad
commit
67078966b7
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ hasCJKLanguage = true
|
|||
author = "Your Name"
|
||||
avatar = "avatar.jpg"
|
||||
favicon = "favicon.ico"
|
||||
discription = """
|
||||
description = """
|
||||
Please write anything here.
|
||||
Profiles, backgrounds, favorite things etc.
|
||||
"""
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
<!-- author -->
|
||||
<h1 class="author">{{ .Site.Params.Author }}</h1>
|
||||
</header>
|
||||
<!-- discription -->
|
||||
<!-- description -->
|
||||
<p>
|
||||
{{ .Site.Params.discription }}
|
||||
{{ .Site.Params.description }}
|
||||
</p>
|
||||
<!-- navigation -->
|
||||
<nav>
|
||||
|
|
Loading…
Reference in a new issue