_pages and _blogs: TAB didn't look good. Use 3 spaces instead.
This commit is contained in:
parent
29a09faf16
commit
478007e7c3
4
qsgen2
4
qsgen2
@ -428,7 +428,7 @@ function _pages() {
|
|||||||
local pages_tpl="$(<${pages})"
|
local pages_tpl="$(<${pages})"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_msg std "\t- ${pages_in_array%.*}.html"
|
_msg std " - ${pages_in_array%.*}.html"
|
||||||
# Read the file once
|
# Read the file once
|
||||||
if (${debug}) _msg debug "${0:t}_msg_9" " ${pages_in_array}"
|
if (${debug}) _msg debug "${0:t}_msg_9" " ${pages_in_array}"
|
||||||
local page_content="$(<${pages_in_array})"
|
local page_content="$(<${pages_in_array})"
|
||||||
@ -652,7 +652,7 @@ function _blogs() {
|
|||||||
|
|
||||||
if (${debug}) _msg debug "${0:t}_msg_12" " ${blog}"
|
if (${debug}) _msg debug "${0:t}_msg_12" " ${blog}"
|
||||||
|
|
||||||
_msg std "\t- ${blog_index}.html"
|
_msg std " - ${blog_index}.html"
|
||||||
|
|
||||||
# Prepare the blog template
|
# Prepare the blog template
|
||||||
if (${debug}) _msg debug "${0:t}_msg_14" " ${blog}"
|
if (${debug}) _msg debug "${0:t}_msg_14" " ${blog}"
|
||||||
|
Loading…
Reference in New Issue
Block a user