From a7670d0e4498a389b6b9e7b5c5b1acc7d2f83360 Mon Sep 17 00:00:00 2001 From: Vin Dublin Date: Tue, 31 Aug 2021 00:13:50 -0700 Subject: [PATCH] fix(templates/base.html): strip dash in menu title Issue: Slugs with more than one word have hyphens between words in slug Fix: strip using jinja filters if present --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 7023aa2..244b33b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -86,7 +86,7 @@

{{ FIRST_NAME }}'s Blog