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"
|
author = "Your Name"
|
||||||
avatar = "avatar.jpg"
|
avatar = "avatar.jpg"
|
||||||
favicon = "favicon.ico"
|
favicon = "favicon.ico"
|
||||||
discription = """
|
description = """
|
||||||
Please write anything here.
|
Please write anything here.
|
||||||
Profiles, backgrounds, favorite things etc.
|
Profiles, backgrounds, favorite things etc.
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -13,9 +13,9 @@
|
||||||
<!-- author -->
|
<!-- author -->
|
||||||
<h1 class="author">{{ .Site.Params.Author }}</h1>
|
<h1 class="author">{{ .Site.Params.Author }}</h1>
|
||||||
</header>
|
</header>
|
||||||
<!-- discription -->
|
<!-- description -->
|
||||||
<p>
|
<p>
|
||||||
{{ .Site.Params.discription }}
|
{{ .Site.Params.description }}
|
||||||
</p>
|
</p>
|
||||||
<!-- navigation -->
|
<!-- navigation -->
|
||||||
<nav>
|
<nav>
|
||||||
|
|
Loading…
Reference in a new issue