Browse Source

trying to fix responses tab

master
jk 4 years ago
parent
commit
f7656d1a46
  1. 2
      layouts/_default/section.html

2
layouts/_default/section.html

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