Removing the git timedating to prefer manually updating
This commit is contained in:
parent
2f5f4dbea4
commit
b4d33e213d
2 changed files with 2 additions and 5 deletions
|
|
@ -13,8 +13,6 @@ minify:
|
|||
disableXML: true
|
||||
minifyOutput: true
|
||||
|
||||
enableGitInfo: true
|
||||
|
||||
frontmatter:
|
||||
lastmod:
|
||||
- lastmod
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@
|
|||
<div class="scroll">
|
||||
> updates -lah<br />
|
||||
{{ range first 10 (where .Site.RegularPages "Type"
|
||||
"updates").ByLastmod.Reverse }} [<time
|
||||
"updates").ByDate.Reverse }} [<time
|
||||
>{{ .Lastmod.Format "2006-01-02" }}</time
|
||||
>]<br />
|
||||
{{ .Plain }}<br />
|
||||
|
|
@ -284,8 +284,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{{ range first 1 (where .Site.RegularPages "Type" "updates").ByLastmod.Reverse
|
||||
}}
|
||||
{{ range first 1 (where .Site.RegularPages "Type" "updates").ByDate.Reverse }}
|
||||
<div id="latest-post">
|
||||
<div id="latest-post-link">{{ .Permalink }}</div>
|
||||
<div id="latest-post-title">{{ .Plain }}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue