6 lines
		
	
	
		
			195 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			195 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<nav>
 | 
						|
	{{- if not .IsHome }}<a href="{{ .Site.BaseURL }}">Home</a> ·{{ end }}
 | 
						|
	<a href="{{ .Site.BaseURL }}posts">Blog</a> ·
 | 
						|
	<a href="https://github.com/schnilz">GitHub</a>
 | 
						|
</nav>
 |