18 lines
		
	
	
	
		
			659 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			659 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<article class="page-summary">
 | 
						|
  <hgroup>
 | 
						|
    <h2><a href="{{ .Permalink }}">{{ .LinkTitle | markdownify }}</a></h2>
 | 
						|
    {{ if and (.Params.rendersSummary | default true) -}}
 | 
						|
      {{ with .Description }}
 | 
						|
        <p>{{ . | markdownify }}</p>
 | 
						|
      {{ end }}
 | 
						|
    {{ end }}
 | 
						|
  </hgroup>
 | 
						|
  {{- if .Date -}}
 | 
						|
    {{- partial "page/date.html" (dict "page" .) -}}
 | 
						|
  {{- end }}
 | 
						|
  {{- if ne hugo.Environment "production" -}}
 | 
						|
    {{ partial "page/taxonomy_draft.html" (dict "page" .) }}
 | 
						|
  {{- end -}}
 | 
						|
  {{ partial "page/taxonomy_list.html" (dict "page" . "taxonomy" "categories") }}
 | 
						|
  {{ partial "page/taxonomy_list.html" (dict "page" . "taxonomy" "tags") }}
 | 
						|
</article>
 |