Debug time

This commit is contained in:
Stig-Ørjan Smelror 2024-01-29 22:00:46 +01:00
parent e308639af8
commit 14eaf91de2

3
qsgen2
View File

@ -315,6 +315,9 @@ function _pages() {
# Remove the #title line from the buffer. No longer needed.
page_content=$( grep -v '#title' ${page_content} )
echo "${page_content}"
exit
# HTML'ify the page content
page_content=$( ${engine} ${page_content} )