|
|
@ -97,7 +97,7 @@ |
|
|
|
{{ if .Params.likeof }}<p>Liked <a href="{{ .Params.likeof }}" class="u-url u-like-of"> {{ .Params.likeof }}</a>{{ end }} |
|
|
|
{{ if .Params.inreplyto }}<p>Replied to <a href="{{ .Params.inreplyto }}" class="u-url u-in-reply-to"> {{ .Params.inreplyto }}</a>{{ end }} |
|
|
|
{{ if .Params.repostof }}<p>Shared <a href="{{ .Params.repostof }}" class="u-url u-repost-of"> {{ .Params.repostof }}</a>{{ end }}</p> |
|
|
|
{{ if .Content }}<div class="p-name p-content">{{ .Content }}</div><br/> {{end}} |
|
|
|
{{ if .Content }}<div class="p-name p-content"><p>{{ .Content }}</p></div><br/> {{end}} |
|
|
|
</div> |
|
|
|
<div class="date"><a href="{{ .Permalink }}" class="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></div> |
|
|
|
</article> |
|
|
|