Debug time
This commit is contained in:
parent
14eaf91de2
commit
36ed1dfb7e
3
qsgen2
3
qsgen2
@ -312,6 +312,9 @@ function _pages() {
|
|||||||
# Grab the title from the Page
|
# Grab the title from the Page
|
||||||
page_title=$( grep '#title' ${page_content} | head -2 | cut -d= -f2 )
|
page_title=$( grep '#title' ${page_content} | head -2 | cut -d= -f2 )
|
||||||
|
|
||||||
|
echo "Page Title: ${page_title}"
|
||||||
|
exit
|
||||||
|
|
||||||
# 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} )
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user