.
This commit is contained in:
parent
2a9167cb7e
commit
96573664a6
95 changed files with 4130 additions and 2328 deletions
|
|
@ -1,8 +1,6 @@
|
|||
<!-- <hr /> -->
|
||||
<footer id="footer">
|
||||
<small>
|
||||
made with <a href="https://gohugo.io">hugo</a> and my bastardised version of
|
||||
<a href="https://github.com/LukasJoswiak/etch">this nice theme</a>
|
||||
made with <a href="https://gohugo.io">hugo</a>
|
||||
</small>
|
||||
<!-- search javascript -->
|
||||
<script src="/js/search.js"></script>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
<header id="banner">
|
||||
<nav class="navbar">
|
||||
<div class="nav-left">
|
||||
<!-- home -->
|
||||
<a href="{{ .Site.BaseURL }}" class="home">🏠</a>
|
||||
<!-- menu items -->
|
||||
|
|
@ -9,11 +8,7 @@
|
|||
title="{{ .Title }}"
|
||||
>{{- .Name -}}</a
|
||||
>{{ .Post }} {{- end }}
|
||||
</div>
|
||||
<div class="nav-right">
|
||||
{{ partial "search.html" . }}
|
||||
<!-- theme toggle -->
|
||||
<button id="toggle-button" class="toggle-button" onclick="toggleTheme()">🌚</button>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
<ul id="results">
|
||||
{{ range where site.RegularPages "Type" "in" site.Params.mainSections }}
|
||||
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
|
@ -1 +0,0 @@
|
|||
<input type="text" id="search" placeholder="🔎 leaf through the archive"/>
|
||||
Loading…
Add table
Add a link
Reference in a new issue