git ssb

0+

Grey the earthling / gkn.me.uk



Commit 966d4f5fcc2f3b454517e361937753fef22764e3

Fix span around articles' timestamps.

Greg K Nicholson committed on 1/21/2018, 5:08:53 PM
Parent: baa7f7ffee2db070b29cd8f4504279fde9e2e440

Files changed

themes/ran/templates/article.htmlchanged
themes/ran/templates/article.htmlView
@@ -21,9 +21,9 @@
2121 {{- article.author | trim -}}
2222 </a>
2323 </address>
2424 {%- endfor -%}
25- </span>
25 + <span>
2626 <time datetime="{{- article.date | strftime('%Y-%m-%d %H:%M') -}}">
2727 {{- article.date | strftime(DATE_FORMAT_MINUTE) -}}
2828 </time>
2929 {%- if article.modified and

Built with git-ssb-web