From ca7ca2218e07a24075cdc9d48e967cfdc2a3543b Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sat, 23 Oct 2021 01:44:37 +0200 Subject: Improved Blog/Markdown URI base path handling. Signed-off-by: Toni Uhlig --- wwwroot/blog/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wwwroot/blog/index.html') diff --git a/wwwroot/blog/index.html b/wwwroot/blog/index.html index 554a952..9198152 100644 --- a/wwwroot/blog/index.html +++ b/wwwroot/blog/index.html @@ -8,7 +8,7 @@ Test RetFN.: {{ test_return_true }}


## for entry in blog_listing {{ loop.index1 }} - {{ entry.content_filename }} + {{ entry.filename }} {{ entry.title }} {{ entry.tags }} {{ entry.author }} -- cgit v1.2.3