12 lines
		
	
	
		
			478 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			478 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<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> |