Initial commit
This commit is contained in:
commit
4e10967600
40 changed files with 1650 additions and 0 deletions
6
layouts/_partials/header.html
Normal file
6
layouts/_partials/header.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{{ $home := .Site.Home -}}
|
||||
<a href="{{$home.RelPermalink}}" id="banner">
|
||||
<h1>{{ site.Title }}</h1>
|
||||
<p id="header-subtitle">A simple webcomic framework</p>
|
||||
</a>
|
||||
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}
|
Loading…
Add table
Add a link
Reference in a new issue