|
@ -103,7 +103,7 @@ |
|
|
{{ if .Params.inreplyto }}<a href="{{ .Params.inreplyto }}" class="u-in-reply-to"> post</a>{{ end }} |
|
|
{{ if .Params.inreplyto }}<a href="{{ .Params.inreplyto }}" class="u-in-reply-to"> post</a>{{ end }} |
|
|
{{ if .Params.repostof }}<a href="{{ .Params.repostof }}" class="u-repost-of"> post</a>{{ end }}</p> |
|
|
{{ if .Params.repostof }}<a href="{{ .Params.repostof }}" class="u-repost-of"> post</a>{{ end }}</p> |
|
|
{{ if .Content }}<div class="p-name p-content">{{ .Content }}</div><br/> {{end}} |
|
|
{{ if .Content }}<div class="p-name p-content">{{ .Content }}</div><br/> {{end}} |
|
|
<a href="{{ .RelPermalink }}" class="link u-url time"><time class="dt-published" datetime="{{ .Date.Format "2 Jan 2006 15:04 GMT" }}">{{ .Date.Format "02/01/2006 15:04 GMT" }}</time></a> |
|
|
|
|
|
|
|
|
<time class="dt-published" datetime="{{ .Date.Format "2 Jan 2006 15:04 GMT" }}">{{ .Date.Format "02/01/2006 15:04 GMT" }}</time> |
|
|
</aside> |
|
|
</aside> |
|
|
</article> |
|
|
</article> |
|
|
{{end}} |
|
|
{{end}} |
|
|