|
|
@ -10,7 +10,7 @@ |
|
|
|
<aside> |
|
|
|
{{if eq .Type "article" }}<a href="{{ .RelPermalink }}" class="link u-url"><h3 class="">{{ .Title }}</h3></a><b>{{ .Description }}</b>{{ end }} |
|
|
|
<div class="e-content"> |
|
|
|
{{ with .Page.Params.Photo }}{{ partial "taxonomy/photo.html" .Photo .Thumbnail }}{{ end }} |
|
|
|
{{ with .Page.Params.Photo }}{{ partial "taxonomy/photo.html" . }}{{ end }} |
|
|
|
{{ .Content }} |
|
|
|
</div> |
|
|
|
<a href="{{ .RelPermalink }}" class="link u-url"><time class="dt-published" datetime="{{ .Date.Format "2 Jan 2006 15:04 GMT" }}">{{ .Date.Format "02/01/2006 15:04 GMT" }}</time></a> |
|
|
|