From ec46e78628dba3e62c9c68754d3d3b4febef3fc8 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sun, 27 Mar 2022 09:04:23 +0000 Subject: [PATCH] Fix links --- pelicanconf_lite.py | 2 +- publishconf_lite.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf_lite.py b/pelicanconf_lite.py index 655afd5..d2bbf32 100644 --- a/pelicanconf_lite.py +++ b/pelicanconf_lite.py @@ -56,7 +56,7 @@ CATEGORIES_SAVE_AS = '' TAGS_SAVE_AS = '' INDEX_SAVE_AS = 'index.html' -ARTICLE_URL = '{short}/' +ARTICLE_URL = '{short}' ARTICLE_SAVE_AS = '{short}/index.html' PAGE_URL = '{slug}' PAGE_SAVE_AS = '{slug}/index.html' diff --git a/publishconf_lite.py b/publishconf_lite.py index 40643cf..ac47c8e 100644 --- a/publishconf_lite.py +++ b/publishconf_lite.py @@ -56,7 +56,7 @@ CATEGORIES_SAVE_AS = '' TAGS_SAVE_AS = '' INDEX_SAVE_AS = 'index.html' -ARTICLE_URL = '{short}/' +ARTICLE_URL = '{short}' ARTICLE_SAVE_AS = '{short}/index.html' PAGE_URL = '{slug}' PAGE_SAVE_AS = '{slug}/index.html'