You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							12 lines
						
					
					
						
							382 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							12 lines
						
					
					
						
							382 B
						
					
					
				
								<nav class="main-nav">
							 | 
						|
								    {{ $url := replace .Permalink ( printf "%s" .Site.BaseURL) "" }}
							 | 
						|
								    {{ if ne $url "" }}
							 | 
						|
								        <a href='{{ .Site.BaseURL }}'> <span class="arrow">←</span>Home</a>
							 | 
						|
								    {{ end }}
							 | 
						|
								
							 | 
						|
								    {{ if ne $url "about/" }}
							 | 
						|
								        <a href='{{ .Site.BaseURL }}about'>About</a>
							 | 
						|
								    {{ end }}
							 | 
						|
								
							 | 
						|
								    <a class="cta" href="{{ .Site.BaseURL }}index.xml">Subscribe</a>
							 | 
						|
								</nav>
							 |