Previous home: https://git.thurstylark.com/thurstylark/tlwiki/src/branch/master/layouts
		
			
				
	
	
		
			10 lines
		
	
	
		
			351 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			351 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{define "aside" }}
 | 
						|
    {{ if .Params.description }}<p>{{ .Params.description }}</p>{{ end }}
 | 
						|
    {{ if or (.Params.author) (.Params.date) }}
 | 
						|
        <p>
 | 
						|
            {{ if .Params.author }}By {{ .Params.author }}{{ if .Date }}, {{ end }}{{ end }}
 | 
						|
            {{ if .Date }}{{ .Date.Format "2006-01-02" }}{{ end }}
 | 
						|
        </p>
 | 
						|
    {{ end }}
 | 
						|
{{ end }}
 |