Add basic navbar

This commit is contained in:
ItsDrike 2021-08-25 14:54:51 +02:00
parent 151423681d
commit 4b002e6734
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
3 changed files with 32 additions and 0 deletions

View file

@ -9,6 +9,7 @@
<title>{{ partial "title-item.html" . }}{{ .Site.Title }}</title>
</head>
<body>
{{ partial "navbar.html" . }}
{{ block "main" . }}{{ end }}
{{ partial "footer.html" . }}