diff --git a/config.yml b/config.yml index 9001229..4f831a7 100644 --- a/config.yml +++ b/config.yml @@ -13,8 +13,6 @@ minify: disableXML: true minifyOutput: true -enableGitInfo: true - frontmatter: lastmod: - lastmod diff --git a/layouts/index.html b/layouts/index.html index 94d0483..526b26c 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -124,7 +124,7 @@
> updates -lah
{{ range first 10 (where .Site.RegularPages "Type" - "updates").ByLastmod.Reverse }} []
{{ .Plain }}
@@ -284,8 +284,7 @@
-{{ range first 1 (where .Site.RegularPages "Type" "updates").ByLastmod.Reverse -}} +{{ range first 1 (where .Site.RegularPages "Type" "updates").ByDate.Reverse }}
{{ .Permalink }}
{{ .Plain }}