revuoxmrtheme/layouts/page/support.html

12 lines
315 B
HTML
Raw Normal View History

2024-07-02 22:03:13 +00:00
{{ define "main" }}
<div class="content">
<h3 id="support">Support {{ .Params.name }}</h3>
<p markdown="1">{{ .Content }}</p>
<p markdown="1">
If you get value out of {{ .Params.name }} and wish to see it continue,
you can send some XMR to this address:
</p>
{{ partial "donate.html" . }}
</div>
{{ end }}