github.com/projectcontour/contour@v1.28.2/site/themes/contour/layouts/_default/summary.html (about)

     1  <article>
     2  	<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
     3  	<time>{{ .Date.Format "02.01.2006 15:04" }}</time>
     4  	{{ range .Params.tags }}
     5  	<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a>
     6  	{{ end }}
     7  	<div>
     8  		{{ .Summary }}
     9  		{{ if .Truncated }}
    10  			<a href="{{ .Permalink }}">Read more...</a>
    11  		{{ end }}
    12  	</div>
    13  </article>