|
@ -10,7 +10,11 @@ |
|
|
<aside> |
|
|
<aside> |
|
|
{{if eq .Type "article" }}<a href="{{ .RelPermalink }}" class="link u-url"><h3 class="">{{ .Title }}</h3></a><b>{{ .Description }}</b>{{ end }} |
|
|
{{if eq .Type "article" }}<a href="{{ .RelPermalink }}" class="link u-url"><h3 class="">{{ .Title }}</h3></a><b>{{ .Description }}</b>{{ end }} |
|
|
<div class="e-content"> |
|
|
<div class="e-content"> |
|
|
{{ with .Page.Params.Photo }}{{ partial "taxonomy/photo.html" . }}{{ end }} |
|
|
|
|
|
|
|
|
{{ with .Page.Params.Photo }} |
|
|
|
|
|
{{range .Page.Params.Photo, $photo := .}} |
|
|
|
|
|
{{ printf $photo }} |
|
|
|
|
|
{{end}} |
|
|
|
|
|
{{ end }} |
|
|
{{ .Content }} |
|
|
{{ .Content }} |
|
|
</div> |
|
|
</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> |
|
|
<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> |
|
|