Browse Source

updates now not working.. awesome

master
jk 5 years ago
parent
commit
47f52f5882
  1. 1
      layouts/_default/section.html

1
layouts/_default/section.html

@ -48,6 +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/>
<time class="dt-published" datetime="{{ dateFormat "02/01/2006 15:04 GMT" .date }}">{{ dateFormat "02/01/2006 15:04 GMT" .date }}</time>
</article>
</aside>