Squashed a few bugs

This commit is contained in:
Stig-Ørjan Smelror 2024-01-31 16:23:45 +01:00
parent a251b3f50b
commit c4466a47e5

4
qsgen2
View File

@ -617,7 +617,7 @@ function _blog_index() {
}
function _sitemap() {
function _m_sitemap() {
if [[ ${sitemap} == "true" ]]; then
@ -843,4 +843,4 @@ _blog_index
_msg std "Running function _pages"
_pages
_msg std "Running function _sitemap"
_sitemap
_m_sitemap