|
|
@ -48,7 +48,7 @@ |
|
|
|
{{ if .inreplyto }}<a href="{{ .inreplyto }}" class="link u-url"> post</a>{{ end }} |
|
|
|
{{ if .repostof }}<a href="{{ .repostof }}" class="link u-url"> post</a>{{ end }}</p> |
|
|
|
<div class="e-content">{{ .content }}</div><br/> |
|
|
|
<a href="{{ .slug | relLangURL }}" class="link u-url time"><time class="dt-published" datetime="{{ .date }}">{{ .date }}</time></a> |
|
|
|
<time class="dt-published" datetime="{{ dateFormat "02/01/2006 15:04 GMT" .date }}">{{ dateFormat "02/01/2006 15:04 GMT" .date }}</time> |
|
|
|
</article> |
|
|
|
</aside> |
|
|
|
</section><hr/> |
|
|
|