1
Fork 0
mirror of https://github.com/starshardstudio/peafowl.git synced 2024-10-16 12:17:26 +00:00

Use git created instead of last modified

This commit is contained in:
Steffo 2024-10-10 02:55:48 +02:00
parent 8601958524
commit 53810258f2
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -15,7 +15,7 @@ site.copy("_static")
site.data("styles", ["/_static/styles/base.css"])
site.data("lang", "en")
site.data("date", "Git Last Modified")
site.data("date", "Git Created")
site.data("layout", "index.tsx", "/index.md")
site.data("tags", ["index"], "/index.md")