|
@ -16,6 +16,9 @@ |
|
|
{{ else }} |
|
|
{{ else }} |
|
|
<p>{{ .content.text | safeHTML }}</p> |
|
|
<p>{{ .content.text | safeHTML }}</p> |
|
|
{{ end }} |
|
|
{{ end }} |
|
|
|
|
|
{{ if .photo }} |
|
|
|
|
|
<img src="{{ .photo }}"/> |
|
|
|
|
|
{{ end }} |
|
|
<time>{{ dateFormat "Mon, 02 Jan 2006 15:04:05 GMT" ( time .published ) }}</time></section></section> |
|
|
<time>{{ dateFormat "Mon, 02 Jan 2006 15:04:05 GMT" ( time .published ) }}</time></section></section> |
|
|
{{ end }} |
|
|
{{ end }} |
|
|
{{ if eq (index . "wm-property") "bookmark" }} |
|
|
{{ if eq (index . "wm-property") "bookmark" }} |
|
|