Revert "move format to inside of lastUpdated" (#740)

This reverts commit e097f0df78.
This commit is contained in:
rinsuki 2020-01-07 10:30:31 +09:00 committed by Eugen Rochko
parent aa9cc59f95
commit 18bb0c99d6
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,10 @@
other = "Improve this page"
[lastUpdated]
other = "Last updated {{ .Format \"January 2, 2006\" }}"
other = "Last updated"
[lastUpdatedDateFormat]
other = "{{ .Format \"January 2, 2006\" }}"
[joinTitle]
other = "Join the social media revolution"

View File

@ -11,7 +11,7 @@
{{ .Content }}
<p style="color: #687590;">
{{ i18n "lastUpdated" .Lastmod }}{{ with .File }} · <a href='https://github.com/tootsuite/documentation/tree/master/content/{{ .Lang }}/{{ .Path }}' style="color: #687590;">{{ i18n "improvePage" }}{{ end }}</a>
{{ i18n "lastUpdated" }} {{ i18n "lastUpdatedDateFormat" .Lastmod }}{{ with .File }} · <a href='https://github.com/tootsuite/documentation/tree/master/content/{{ .Lang }}/{{ .Path }}' style="color: #687590;">{{ i18n "improvePage" }}{{ end }}</a>
{{ if .IsTranslated }}
<br />