sync theme
This commit is contained in:
parent
8db6bd0e55
commit
8f3d03b188
53 changed files with 1747 additions and 213 deletions
|
@ -1,4 +1,4 @@
|
|||
<time datetime="{{ . }}">
|
||||
{{- i18n "article.date_updated" (dict "Date" (partial "functions/date.html" .)) | markdownify -}}
|
||||
<time datetime="{{ . | time.Format "2006-01-02T15:04:05-07:00" }}">
|
||||
{{- i18n "article.date_updated" (dict "Date" (partial "functions/date.html" .)) -}}
|
||||
</time>
|
||||
{{- /* Trim EOF */ -}}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<time datetime="{{ . }}">
|
||||
{{- i18n "article.date" (dict "Date" (partial "functions/date.html" .)) | markdownify -}}
|
||||
<time datetime="{{ . | time.Format "2006-01-02T15:04:05-07:00" }}">
|
||||
{{- i18n "article.date" (dict "Date" (partial "functions/date.html" .)) -}}
|
||||
</time>
|
||||
{{- /* Trim EOF */ -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue