From 58fc7dd95a75ba9568b7f5e62d6d7eff93bb1b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20L=C3=B3pez?= <00xc@protonmail.com> Date: Wed, 9 Aug 2023 22:40:53 +0200 Subject: [PATCH] Make dates in post titles optional --- README.md | 6 ++++++ templates/index.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1495b86..bbd5216 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,12 @@ To enable listing of pages in homepage add the following in `config.toml` list_pages = true ``` +If you do not want the date of the post added next to the title in the list, add the following as well: + +```toml +no_list_date = true +``` + ### Header and footer nav links Also in the `extra` section in `config.toml` diff --git a/templates/index.html b/templates/index.html index dafb0e4..c44de41 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,7 +12,7 @@