Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Fixing comments.

Apparently template comments need to not have spaces...
Cette révision appartient à :
TUSF 2017-05-11 04:16:28 -05:00 révisé par GitHub
Parent f141cd57f3
révision 4327ff5efc

Voir le fichier

@ -95,9 +95,9 @@
</div>
<div class="col-md-2">
{{printf "%d-%02d-%02d %02d:%02d" .Date.Year .Date.Month .Date.Day .Date.Hour .Date.Minute }}
{{ /* output: "2017-05-01 15:30"
{{/* output: "2017-05-01 15:30"
Went with "Year-Month-Day" because it's the most unambiguous.
If you want it to be determined by where you're from, be my guest. */ }}
If you want it to be determined by where you're from, be my guest. */}}
</div>
<div class="col-md-8">
{{.Content}}