generalize footer text
This commit is contained in:
parent
540e541391
commit
ef092843bf
@ -1,5 +1,8 @@
|
||||
<hr>
|
||||
<footer>
|
||||
Fund the web dev in XMR:
|
||||
<p id="xmr" class="copy">wallet address here</p>
|
||||
<p>
|
||||
Poem + Hugo = Pogo
|
||||
<br><br>
|
||||
Pogo by Oliver A
|
||||
</p>
|
||||
</footer>
|
@ -1,10 +0,0 @@
|
||||
{{ if or .Next .Prev -}}
|
||||
<div id="nextprev">
|
||||
{{- with .Prev }}
|
||||
<a href="{{ .RelPermalink}}"><div id="prevart">Previous:<br>{{.Title}}</div></a>
|
||||
{{ end -}}
|
||||
{{- with .Next -}}
|
||||
<a href="{{ .RelPermalink}}"><div id="nextart">Next:<br>{{.Title}}</div></a>
|
||||
{{ end -}}
|
||||
</div>
|
||||
{{ end -}}
|
Loading…
Reference in New Issue
Block a user