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.
		
		
		
		
		
			
		
			
				
					
					
						
							11 lines
						
					
					
						
							452 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							11 lines
						
					
					
						
							452 B
						
					
					
				
								<ul id="post-list">
							 | 
						|
								    {{ range where .Paginator.Pages "Params.hidden" "ne" "true" }}
							 | 
						|
								    {{ $url := replace .Permalink .Site.BaseURL "" }}
							 | 
						|
								        {{ if ne $url "about/" }}
							 | 
						|
								            <li>
							 | 
						|
								                <a href='{{ .Permalink }}'><aside class="dates">{{ .Date.Format "Jan 2" }}</aside></a>
							 | 
						|
								                <a href='{{ .Permalink }}'>{{ .Title }} <h2>{{ .Description | markdownify }}</h2></a>
							 | 
						|
								            </li>
							 | 
						|
								        {{ end }}
							 | 
						|
								    {{ end }}
							 | 
						|
								</ul>
							 |