remove xmr link and add rss class

This commit is contained in:
Rushmore75 2024-04-08 18:47:45 -06:00
parent 4ef3556c74
commit ca92c2ddde

View File

@ -1,12 +1,5 @@
<hr>
<footer>
<p id="xmr" class="copy" onclick="copy()">wallet address here</p>
<a href="{{ .Site.BaseURL }}">{{ .Site.BaseURL }}</a>
{{- if .Param "showrss" }}<br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>{{ end }}
</footer>
<script>
function copy() {
let copyText = document.getElementById("xmr");
navigator.clipboard.writeText(copyText.innerText);
}
</script>
{{- if .Param "showrss" }}<br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates." class="rss"></a>{{ end }}
</footer>