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.
		
		
		
		
		
			
		
			
				
					
					
						
							14 lines
						
					
					
						
							543 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							14 lines
						
					
					
						
							543 B
						
					
					
				
								<nav class="main-nav">
							 | 
						|
									{{ $url := replace .Permalink .Site.BaseURL "" }}
							 | 
						|
									{{ if not .IsHome }}
							 | 
						|
										<a href='{{ .Site.BaseURL }}'> <span class="arrow">←</span>{{ with .Site.Params.home }}{{ . }}{{ else }}Home{{ end }}</a>
							 | 
						|
									{{ end }}
							 | 
						|
								
							 | 
						|
									{{ if ne $url "about/" }}
							 | 
						|
										<a href='{{ .Site.BaseURL }}/about'>{{ with .Site.Params.about }}{{ . }}{{ else }}About{{ end }}</a>
							 | 
						|
									{{ end }}
							 | 
						|
								
							 | 
						|
									{{ if .Site.Params.enableRSS }}
							 | 
						|
									<a class="cta" href="{{ .Site.RSSLink }}">{{ with .Site.Params.subscribe }}{{ . }}{{ else }}Subscribe{{ end }}</a>
							 | 
						|
									{{ end }}
							 | 
						|
								</nav>
							 |