site_vineetk

Source for vineetk.net website
Log | Files | Refs | LICENSE

single.html (294B)


      1 {{ partial "head.html" . }}
      2 <h1>
      3 	{{$.Title}}
      4 	<small>
      5 		<span class="date">{{.Date.Format "January 2, 2006"}}</span>
      6 		on
      7 		<span class="site"><a href="{{.Site.BaseURL}}">{{.Site.Title}}</a></span>
      8 	</small>
      9 </h1>
     10 <main>
     11 	<article>
     12 		{{.Content}}
     13 	</article>
     14 </main>
     15 {{ partial "foot.html" }}