mirror of
https://github.com/maikka39/Personal-Website.git
synced 2026-09-27 20:46:25 +00:00
Save wallet info in config instead of hardcoding
This commit is contained in:
@@ -19,7 +19,11 @@
|
||||
</span>
|
||||
</div>
|
||||
<div class="footer__content__section donations">
|
||||
<span class="wallet"><span class="name">XMR:</span> <span class="address">87zSbhZgZZsW8Sfo2cHDEj8PLtaCLU4sYYEDXd5Kk9hWPg2ttqyvV2N8oTJz2kfiFc5ZyCFEkMqT37RNKcrzryTGKB7RSFi</span></span>
|
||||
{{- with .Site.Params.wallets }}
|
||||
{{- range . }}
|
||||
<span class="wallet"><span class="name">{{ .name }}:</span> <span class="address">{{ .address }}</span></span>
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user