chore: initial commit
This commit is contained in:
commit
5880538157
36 changed files with 930 additions and 0 deletions
4
layouts/partials/header.html
Normal file
4
layouts/partials/header.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<a href="{{ "/" | relURL }}" class="title">
|
||||
<h2>{{ .Site.Title }}</h2>
|
||||
</a>
|
||||
<nav>{{- partial "nav.html" . -}}</nav>
|
Loading…
Add table
Add a link
Reference in a new issue