@@ -70,6 +70,10 @@ enableRobotsTXT = true
70
70
# You can also specify this parameter per page in front matter.
71
71
geekdocEditPath = " edit/main/exampleSite"
72
72
73
+ # (Optional, default false) Show last modification date of the page in the header.
74
+ # Keep in mind that last modification date works best if `enableGitInfo` is set to true.
75
+ geekdocPageLastmod = true
76
+
73
77
# (Optional, default true) Enables search function with flexsearch.
74
78
# Index is built on the fly and might slow down your website.
75
79
geekdocSearch = false
@@ -196,6 +200,10 @@ params:
196
200
# You can also specify this parameter per page in front matter.
197
201
geekdocEditPath : edit/main/exampleSite
198
202
203
+ # (Optional, default false) Show last modification date of the page in the header.
204
+ # Keep in mind that last modification date works best if `enableGitInfo` is set to true.
205
+ geekdocPageLastmod : true
206
+
199
207
# (Optional, default true) Enables search function with flexsearch.
200
208
# Index is built on the fly and might slow down your website.
201
209
geekdocSearch : false
@@ -294,6 +302,9 @@ geekdocRepo = "https://github.com/thegeeklab/hugo-geekdoc"
294
302
# the parent directory of the 'content' folder.
295
303
geekdocEditPath = "edit/main/exampleSite"
296
304
305
+ # Show last modification date of the page in the header.
306
+ geekdocPageLastmod = true
307
+
297
308
# Used for 'Edit page' link, set to '.File.Path' by default.
298
309
# Can be overwritten by a path relative to 'geekdocEditPath'
299
310
geekdocFilePath =
@@ -354,6 +365,9 @@ geekdocRepo: "https://github.com/thegeeklab/hugo-geekdoc"
354
365
# the parent directory of the 'content' folder.
355
366
geekdocEditPath : " edit/main/exampleSite"
356
367
368
+ # Show last modification date of the page in the header.
369
+ geekdocPageLastmod : true
370
+
357
371
# Used for 'Edit page' link, set to '.File.Path' by default.
358
372
# Can be overwritten by a path relative to 'geekdocEditPath'
359
373
geekdocFilePath :
0 commit comments