mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Revert "move format to inside of lastUpdated" (#740)
This reverts commit e097f0df78408eb1ae8e5b0dcbfd210796eb4f87.
This commit is contained in:
parent
aa9cc59f95
commit
18bb0c99d6
@ -2,7 +2,10 @@
|
|||||||
other = "Improve this page"
|
other = "Improve this page"
|
||||||
|
|
||||||
[lastUpdated]
|
[lastUpdated]
|
||||||
other = "Last updated {{ .Format \"January 2, 2006\" }}"
|
other = "Last updated"
|
||||||
|
|
||||||
|
[lastUpdatedDateFormat]
|
||||||
|
other = "{{ .Format \"January 2, 2006\" }}"
|
||||||
|
|
||||||
[joinTitle]
|
[joinTitle]
|
||||||
other = "Join the social media revolution"
|
other = "Join the social media revolution"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
|
|
||||||
<p style="color: #687590;">
|
<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 }}
|
{{ if .IsTranslated }}
|
||||||
<br />
|
<br />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user