Personal fork of the hugo-i386 template.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
323 B

{{ define "main" }}
<div class="row-fluid navmargin">
<div class="page-header">
<h1>{{ .Title }} - {{ .Date.Format "Mon, Jan 2, 2006" }}</h1>
</div>
<p class="lead">{{ .Params.description }}</p>
{{ .Content }}
<h4><a href="{{ .Site.BaseURL }}">{{ i18n "backtohome" }}</a></h4>
</div>
{{ end }}