summaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-04-15 13:59:09 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-04-15 13:59:09 -0400
commit55f1c86689e4f3e6968bea6ca9407a3ae87ce484 (patch)
tree7b9e17ec7eed0c6d2260716ffa50c5772b9c6f83 /layouts/_default
parentab251b0fd01db72362ab0db65ecda7ae404e3001 (diff)
add ether donation option
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/single.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 38f5805..53f64c5 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -17,8 +17,10 @@
<li><img alt="XMR Logo" src="/pix/xmr.svg">Monero: <code style="overflow-wrap:break-word;font-size:xx-small">{{ $author.xmr }}</code></li>
{{- end -}}
{{- if $author.btc }}
-<li><img src="/pix/btc.svg" alt="BTC Logo">Bitcoin:
-<code>{{ $author.btc }}</code>
+<li><img src="/pix/btc.svg" alt="BTC Logo">Bitcoin: <code>{{ $author.btc }}</code></li>
+{{- end -}}
+{{- if $author.eth }}
+<li><img src="/pix/eth.svg" alt="ETH Logo">Ether: <code>{{ $author.eth }}</code></li>
{{- end -}}
{{- if $author.donate }}
<li><a href="{{ $author.donate }}">Donate/Tip</a></li>