edited post
This commit is contained in:
parent
f7caf221b6
commit
67e526bd99
|
@ -93,6 +93,8 @@ params:
|
||||||
minMatchCharLength: 0
|
minMatchCharLength: 0
|
||||||
keys: ["title", "permalink", "summary", "content"]
|
keys: ["title", "permalink", "summary", "content"]
|
||||||
|
|
||||||
|
buildDate: 2023-10-31_16:11:53
|
||||||
|
|
||||||
permalinks:
|
permalinks:
|
||||||
posts: /:year/:month/:title/
|
posts: /:year/:month/:title/
|
||||||
|
|
||||||
|
@ -117,4 +119,3 @@ markup:
|
||||||
# lineNos: true
|
# lineNos: true
|
||||||
style: github
|
style: github
|
||||||
|
|
||||||
buildDate: 2023-10-31_16:11:53
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<span>{{ site.Copyright | markdownify }}</span>
|
<span>{{ site.Copyright | markdownify }}</span>
|
||||||
{{- else }}
|
{{- else }}
|
||||||
<a href="/admin/" style="text-decoration: none;">©</a> <span>{{ now.Year }} <a href="{{ "" | absLangURL }}">{{ site.Title }}</a></span>
|
<a href="/admin/" style="text-decoration: none;">©</a> <span>{{ now.Year }} <a href="{{ "" | absLangURL }}">{{ site.Title }}</a></span>
|
||||||
<span>Build date: {{ site.buildDate }}</span>
|
<span>Build date: {{ site.Params.buildDate }}</span>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</footer>
|
</footer>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in New Issue