From 14abfcb2cfff67c4d262cf93b48b13f1165129a8 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sat, 20 Apr 2024 19:03:22 +0530 Subject: [PATCH] Address https://github.com/adityatelange/hugo-PaperMod/issues/1497 --- Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Variables.md b/Variables.md index f96ec6e..caa2363 100644 --- a/Variables.md +++ b/Variables.md @@ -15,7 +15,7 @@ | `author` | string \|list | 'Me' \| ['Me','You'] | To show multiple Authors | | `images` | string | 'myimage.png' | Link or path of image for opengraph, twitter-cards | | `keywords` | list | [blog, page] | Add keywords for Home page | -| `DateFormat` | string | "January 2, 2006" | The format of date strings in the website. [Details](https://gohugo.io/functions/format/) | +| `DateFormat` | string | "January 2, 2006" | The format of date strings in the website. [Details](https://gohugo.io/functions/time/format/) | | `languageAltTitle` | string | "English" | Alternate title in Multilingual Mode | | `ShowReadingTime` | boolean | true \| false | To show read time in post meta | | `ShowShareButtons` | boolean | true \| false | To show/hide share buttons under post |