Add site description to home page
This commit is contained in:
parent
b86b1688ea
commit
1db5336f35
6 changed files with 24 additions and 5 deletions
|
@ -19,7 +19,10 @@
|
|||
</div>
|
||||
{{- else -}}
|
||||
<div class="home-main">
|
||||
<h1>{{ .Title }}</h1>
|
||||
<div class="about">
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ if .SiteDescription }}<div class="description">{{ .SiteDescription }}</div>{{ end }}
|
||||
</div>
|
||||
<input type="text" id="search-box" placeholder="search">
|
||||
<div id="search-results" class="hidden"></div>
|
||||
<div class="toc" id="toc">
|
||||
|
|
Reference in a new issue