12 lines
		
	
	
		
			446 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			446 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <p>
 | |
|     <button class="hidden" value="dark mode" id="theme-toggle">Button</button>
 | |
| </p>
 | |
| <p>
 | |
|     Site updated 
 | |
|     <time datetime="{{ .Site.Lastmod.Format "2006-01-02 15:04:05 -0700" }}">{{ .Site.Lastmod.Format "January 2, 2006" }}</time>.
 | |
|     {{ $pageLastmod := .Lastmod }}
 | |
|     {{ with .GitInfo }}
 | |
|     Page version <a href="https://git.32bit.cafe/yequari/yequari.com/commit/{{.Hash}}"><code>{{ .AbbreviatedHash }}</code></a>. 
 | |
|     {{ end }}
 | |
| </p>
 |