Basic CSS
This commit is contained in:
parent
f9722dacf7
commit
0277057723
8 changed files with 165 additions and 27 deletions
|
@ -1,3 +1,3 @@
|
|||
<h1>{{ site.Title }}</h1>
|
||||
{{ with site.Params.description }}<p>{{ . }}</p>{{end}}
|
||||
<h1 class="layout-page-title"><a href="/">{{ site.Title }}</a></h1>
|
||||
{{ with site.Params.description }}<p class="layout-description">{{ . }}</p>{{end}}
|
||||
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}
|
Loading…
Add table
Add a link
Reference in a new issue