Skip to content

Commit

Permalink
hugo: stop showing last modification time
Browse files Browse the repository at this point in the history
The last modification time is project-wide as opposed to per-page, so is not particularly informative.
  • Loading branch information
jo3-l committed Jun 18, 2024
1 parent fc38a9a commit 2e8457d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ copyright = "Copyright (c) 2020-2024 YAGPDB documentation contributors"
baseURL = ""
canonifyURLs = false
disableAliases = true
enableGitInfo = true
enableGitInfo = false
enableRobotsTXT = true
languageCode = "en-US"

Expand Down
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ mainSections = ["docs"]

# Repository
editPage = true # false (default) or true
lastMod = true # false (default) or true
lastMod = false # false (default) or true
repoHost = "GitHub" # GitHub (default), Gitea, GitLab, Bitbucket, or BitbucketServer
docsRepo = "https://github.com/botlabs-gg/yagpdb-docs-v2"
docsRepoBranch = "master" # main (default), master, or <branch name>
Expand Down

0 comments on commit 2e8457d

Please sign in to comment.