generalize footer text
This commit is contained in:
parent
540e541391
commit
ef092843bf
@ -1,5 +1,8 @@
|
|||||||
<hr>
|
<hr>
|
||||||
<footer>
|
<footer>
|
||||||
Fund the web dev in XMR:
|
<p>
|
||||||
<p id="xmr" class="copy">wallet address here</p>
|
Poem + Hugo = Pogo
|
||||||
|
<br><br>
|
||||||
|
Pogo by Oliver A
|
||||||
|
</p>
|
||||||
</footer>
|
</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…
x
Reference in New Issue
Block a user