|
@ -7,16 +7,16 @@ |
|
|
|
|
|
|
|
|
<div> |
|
|
<div> |
|
|
|
|
|
|
|
|
|
|
|
{{ with index (.GetTerms "tags") 0 }} |
|
|
|
|
|
<a class="small-text" href="{{ .Permalink }}">{{ .LinkTitle }}</a> |
|
|
|
|
|
{{ end }} |
|
|
|
|
|
|
|
|
<h2 class="title">{{ .Title | markdownify }}</h2> |
|
|
<h2 class="title">{{ .Title | markdownify }}</h2> |
|
|
|
|
|
|
|
|
{{ with .Date }} |
|
|
{{ with .Date }} |
|
|
<p>{{ .Format "2006/01/02" }}</p> |
|
|
<p>{{ .Format "2006/01/02" }}</p> |
|
|
{{ end }} |
|
|
{{ end }} |
|
|
|
|
|
|
|
|
{{ with index (.GetTerms "tags") 0 }} |
|
|
|
|
|
<a class="small-text" href="{{ .Permalink }}">{{ .LinkTitle }}</a> |
|
|
|
|
|
{{ end }} |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
</article> |
|
|
</article> |
|
|