mirror of
				https://github.com/andrewgioia/blog.git
				synced 2025-11-04 09:10:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			418 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			418 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<header>
 | 
						|
    <h1>
 | 
						|
        <a href="/" class="arrow back">{{ .Site.Title }}</a>
 | 
						|
        {{ if (eq .Page.Kind "term") }}
 | 
						|
        <span class="name">/tags</span><!--
 | 
						|
        --><span class="slug">/{{ .Data.Term }}</span>
 | 
						|
        {{ else }}
 | 
						|
        <span class="name">{{ .Site.Params.Subtitle }}</span><!--
 | 
						|
        --><span class="slug">{{ with .Params.slug }}/{{ . }}{{ end }}</span>
 | 
						|
        {{ end }}
 | 
						|
    </h1>
 | 
						|
</header> |