add term
This commit is contained in:
@ -5,11 +5,17 @@
|
||||
<article>
|
||||
<div class="content">
|
||||
{{ if ne .Lastmod .Date }}<div class="post-time-date">{{ .Lastmod.Format "2006-01-02" }}</div>{{ end }}
|
||||
<h2>{{ .Title }}</h2>
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<!--
|
||||
{{ $s := path.Dir (.Permalink | relURL) }}
|
||||
{{ $o := index (split $s "/") 1 }}
|
||||
<div class="pager"><a href="{{ printf "/%s" $o }}">{{ $o }}</a></div>
|
||||
-->
|
||||
|
||||
</div>
|
||||
{{ partial "footer.html" . }}
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user