edited post
This commit is contained in:
parent
f7caf221b6
commit
67e526bd99
|
@ -93,6 +93,8 @@ params:
|
|||
minMatchCharLength: 0
|
||||
keys: ["title", "permalink", "summary", "content"]
|
||||
|
||||
buildDate: 2023-10-31_16:11:53
|
||||
|
||||
permalinks:
|
||||
posts: /:year/:month/:title/
|
||||
|
||||
|
@ -117,4 +119,3 @@ markup:
|
|||
# lineNos: true
|
||||
style: github
|
||||
|
||||
buildDate: 2023-10-31_16:11:53
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<span>{{ site.Copyright | markdownify }}</span>
|
||||
{{- else }}
|
||||
<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 }}
|
||||
</footer>
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in New Issue