5 lines
		
	
	
		
			203 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			203 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/schnili">GitHub</a>
 | 
						|
</nav> |