remove xmr link and add rss class
This commit is contained in:
parent
4ef3556c74
commit
ca92c2ddde
@ -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>
|
Loading…
Reference in New Issue
Block a user