Basic CSS
This commit is contained in:
parent
f9722dacf7
commit
0277057723
8 changed files with 165 additions and 27 deletions
|
@ -1 +1,2 @@
|
|||
<hr>
|
||||
<p>Copyright {{ now.Year }}. All rights reserved.</p>
|
||||
|
|
|
@ -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" .) }}
|
|
@ -11,7 +11,7 @@ Renders a menu for the given menu ID.
|
|||
{{- $menuID := .menuID }}
|
||||
|
||||
{{- with index site.Menus $menuID }}
|
||||
<nav>
|
||||
<nav class="layout-menu">
|
||||
<ul>
|
||||
{{- partial "inline/menu/walk.html" (dict "page" $page "menuEntries" .) }}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue