Debug time
This commit is contained in:
parent
e308639af8
commit
14eaf91de2
3
qsgen2
3
qsgen2
@ -315,6 +315,9 @@ function _pages() {
|
|||||||
# Remove the #title line from the buffer. No longer needed.
|
# Remove the #title line from the buffer. No longer needed.
|
||||||
page_content=$( grep -v '#title' ${page_content} )
|
page_content=$( grep -v '#title' ${page_content} )
|
||||||
|
|
||||||
|
echo "${page_content}"
|
||||||
|
exit
|
||||||
|
|
||||||
# HTML'ify the page content
|
# HTML'ify the page content
|
||||||
page_content=$( ${engine} ${page_content} )
|
page_content=$( ${engine} ${page_content} )
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user