Theme update to monospace font and brown accent color

This commit is contained in:
Brandon Rozek 2023-01-03 01:36:55 -05:00
parent 21d85256ae
commit cd5ccf78dc
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
10 changed files with 102 additions and 12 deletions

View file

@ -11,15 +11,15 @@
<h1 class='title'>
{{ if $headerLink }}
<a href="{{ $headerLink }}">
{{ $headerTitle }}
~/{{ $headerTitle }}
</a>
{{ else }}
{{ $headerTitle }}
~/{{ $headerTitle }}
{{ end }}
</h1>
{{ end }}
{{ else }}
<h1 class="title">{{ .Title }}</h1>
<h1 class="title">~/{{ .Title }}</h1>
{{ end }}