Nicked some ideas from terminal theme

This commit is contained in:
Nox Sluijtman 2022-08-11 11:42:39 +02:00
parent 8ce8bcfe45
commit f474eb76e0
6 changed files with 137 additions and 3 deletions

View file

@ -16,5 +16,6 @@
<meta charset="utf-8">
</head>
<body>
<h1 class="logo" id="{{ .Site.Title }}">{{ .Site.Title | title }}</h1>
{{ partial "nav.html" . }}
{{ partial "logo.html" . }}
<!--<h1 class="logo" id="{{ .Site.Title }}">{{ .Site.Title | title }}</h1>-->
{{ partial "menu.html" . }}