|
@ -4,9 +4,11 @@ |
|
|
<img src={{ $image.RelPermalink }} alt="{{ .Params.featured.alt }}"> |
|
|
<img src={{ $image.RelPermalink }} alt="{{ .Params.featured.alt }}"> |
|
|
</a> |
|
|
</a> |
|
|
<h3 class="title">{{ .Title | markdownify }}</h3> |
|
|
<h3 class="title">{{ .Title | markdownify }}</h3> |
|
|
|
|
|
{{- if not (.Params.hideDate) }} |
|
|
{{- with .Date }} |
|
|
{{- with .Date }} |
|
|
<p>{{ .Format "2006/01/02" }}</p> |
|
|
<p>{{ .Format "2006/01/02" }}</p> |
|
|
{{- end }} |
|
|
{{- end }} |
|
|
|
|
|
{{- end }} |
|
|
{{- with index (.GetTerms "tags") 0 }} |
|
|
{{- with index (.GetTerms "tags") 0 }} |
|
|
<a href="{{ .Permalink }}">#{{ .LinkTitle }}</a> |
|
|
<a href="{{ .Permalink }}">#{{ .LinkTitle }}</a> |
|
|
{{- end }} |
|
|
{{- end }} |
|
|