Remove all '_' from title
This commit is contained in:
parent
6c7629fac9
commit
06f377677d
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ headers=inc/headers.tpl
|
||||||
body=index
|
body=index
|
||||||
siteTitle=''
|
siteTitle=''
|
||||||
siteSubTitle=''
|
siteSubTitle=''
|
||||||
title=Title
|
title=''
|
||||||
template=default
|
template=default
|
||||||
sidebar=sidebar
|
sidebar=sidebar
|
||||||
|
|
||||||
|
|
@ -22,7 +22,7 @@ sidebar=sidebar
|
||||||
|
|
||||||
if (! ~ $#args 0 && ! ~ $args '') {
|
if (! ~ $#args 0 && ! ~ $args '') {
|
||||||
title=$args($#args)
|
title=$args($#args)
|
||||||
title=`{echo $title | sed 's/_/ /' }
|
title=`{echo $title | sed 's/_/ /g' }
|
||||||
body=`{ echo -n $"args |sed 's, ,/,g' }
|
body=`{ echo -n $"args |sed 's, ,/,g' }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue