From ddbdccd49078754272f6f7314b0b3795b47f8822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sat, 24 Feb 2024 22:47:40 +0100 Subject: [PATCH] _blogs: Display the blog title instead of the blog HTML file name --- qsgen2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qsgen2 b/qsgen2 index 83fc0a4..834b7f2 100755 --- a/qsgen2 +++ b/qsgen2 @@ -586,6 +586,8 @@ function _blogs() { local debug=true fi + _msg main "${0:t}_msg_3" + # Running function _list_blogs if (${debug}) _msg debug "${0:t}_msg_1" _list_blogs @@ -595,8 +597,6 @@ function _blogs() { return fi - _msg main "${0:t}_msg_3" - # Running function _blog_cache if (${debug}) _msg debug "${0:t}_msg_4" _blog_cache @@ -697,7 +697,7 @@ function _blogs() { if (${debug}) _msg debug "${0:t}_msg_12" " ${blog}" - _msg std " - ${blog_index}.html" + _msg std " - ${btitle}" # Prepare the blog template if (${debug}) _msg debug "${0:t}_msg_14" " ${blog}"