removes the default site's description
This commit is contained in:
parent
f6f1453003
commit
8620dd66bd
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
</div>
|
||||
{{ end }}
|
||||
<p class="site__description">
|
||||
{{ with .Site.Params.description }} {{.}} {{ else }} Your site's description {{end}}
|
||||
{{ with .Site.Params.description }} {{.}} {{end}}
|
||||
</p>
|
||||
</div>
|
||||
{{ partial "sidebar/menu.html" . }}
|
||||
|
|
Loading…
Reference in a new issue