Add feature to handle shared templates in pub/ and use it for a new sitemap template
This commit is contained in:
parent
99bf678982
commit
7457351d67
2 changed files with 51 additions and 0 deletions
|
|
@ -93,6 +93,8 @@ fn genbody {
|
|||
cat $body | /bin/sed -i '0,/<body[^>]*>/d;/<\/body>/,$d'
|
||||
if not if ( ~ $body */[bB]log/index */[bB]log//index && ~ $#blogDirs 0 )
|
||||
blogDirs = `{basename -d $body}
|
||||
if not if ( test -f pub/^$reqpath^.tpl )
|
||||
template.awk pub/^$reqpath^.tpl | rc $rcargs
|
||||
if not if(~ $body */index && ~ $#blogDirs 0) {
|
||||
echo '<h1>' `{basename `{basename -d $body}}'</h1>'
|
||||
echo '<ul>'
|
||||
|
|
@ -146,6 +148,7 @@ template=$sitedir/$template.tpl
|
|||
if (! ~ $#sidebar 0)
|
||||
sidebar=tpl/_inc/$sidebar.tpl
|
||||
|
||||
reqpath=$body
|
||||
body=$sitedir/$body
|
||||
rssuri=$uri
|
||||
if (test -d $body) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue