26 lines
		
	
	
		
			No EOL
		
	
	
		
			950 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			No EOL
		
	
	
		
			950 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <section class="metadata">
 | |
|         {{$author := index .Site.Data.details.staff (.Params.author | default "default")}}
 | |
|  
 | |
|             <div><img src="{{$author.image}}" style="max-width:64px;border-radius:64px;">
 | |
|                 <h2>{{$author.name}}</h2>
 | |
|             <p><strong>Published:</strong> {{.Date | time.Format "Jan 02 2006"}}
 | |
|                 {{if .Params.updated}}
 | |
|                 <br><strong>Updated:</strong> {{.Params.updated | time.Format "Jan 02 2006"}}
 | |
|                 {{end}}
 | |
|             </p>
 | |
|         </div>
 | |
| 
 | |
|                 <div id="tags">
 | |
|                     <h2>Tags:</h3>
 | |
|                     {{ range (.GetTerms "tags")}}
 | |
|                 <a href="{{.Permalink}}" class="tag">
 | |
|         
 | |
|                     <svg class="icon">
 | |
|                         <use href="#tag"></use>
 | |
|                     </svg><span>
 | |
|                         {{.LinkTitle}}</span></a>
 | |
|                 {{end}}
 | |
|                 </div>
 | |
|             </div>
 | |
| 
 | |
| </section> |