mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 10:11:14 +00:00
Theme update to monospace font and brown accent color
This commit is contained in:
parent
21d85256ae
commit
cd5ccf78dc
10 changed files with 102 additions and 12 deletions
|
@ -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 }}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue