wizard

placeholder description
git clone git@git.shmage.xyz/wizard.git
Log | Files | Refs | README

summary.html (398B)


      1 <article>
      2 	<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
      3 	<strong><time datetime="{{ .Date.Format "2006/01/02" }}">{{ .Date.Format "02/01/2006" }}</time></strong>
      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>