We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f21ff0 commit 3db0f01Copy full SHA for 3db0f01
site/config.toml
@@ -7,7 +7,7 @@ enableRobotsTXT = true
7
theme = ["docsy"]
8
9
# Will give values to .Lastmod etc.
10
-#enableGitInfo = true
+# enableGitInfo = true
11
12
# Language settings
13
contentDir = "content/en"
@@ -112,3 +112,9 @@ no = 'Sorry to hear that. Please <a href="https://github.com/googleforgames/open
112
url = "https://github.com/googleforgames/open-match"
113
icon = "fab fa-github"
114
desc = "Source Code"
115
+
116
+[frontmatter]
117
+date = ["date", "publishDate", "lastmod"]
118
+lastmod = [":fileModTime"]
119
+publishDate = ["publishDate", "date"]
120
+expiryDate = ["expiryDate"]
0 commit comments