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.
		
		
		
		
		
			
		
			
				
					
					
						
							22 lines
						
					
					
						
							500 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							22 lines
						
					
					
						
							500 B
						
					
					
				
								<article class="shadow float-on-hover">
							 | 
						|
								
							 | 
						|
								    <a href=" {{.Permalink }}">
							 | 
						|
								    	{{ $image := .Resources.GetMatch "featured" }}
							 | 
						|
								    	{{ partial "image-small.html" (dict "image" $image "alt" .Params.featured.alt) }}
							 | 
						|
								    </a>
							 | 
						|
								
							 | 
						|
								    <div>
							 | 
						|
								
							 | 
						|
								    	{{ with index (.GetTerms "tags") 0 }}
							 | 
						|
								    		<a href="{{ .Permalink }}">{{ .LinkTitle }}</a>
							 | 
						|
								    	{{ end }}
							 | 
						|
								
							 | 
						|
								    	<h4 class="title">{{ .Title | markdownify }}</h4>
							 | 
						|
								
							 | 
						|
								    	{{ with .Date }}
							 | 
						|
								    		<p>{{ .Format "2006/01/02" }}</p>
							 | 
						|
								    	{{ end }}
							 | 
						|
								
							 | 
						|
									</div>
							 | 
						|
								
							 | 
						|
								</article>
							 | 
						|
								
							 |