Remove url filter /blog/ #557
This commit is contained in:
parent
71528b2e5c
commit
f3d3dbefd0
|
@ -428,7 +428,7 @@ function install($adminPassword, $email='', $timezone)
|
|||
'uriPage'=>'/',
|
||||
'uriTag'=>'/tag/',
|
||||
'uriCategory'=>'/category/',
|
||||
'uriBlog'=>'/blog/',
|
||||
'uriBlog'=>'',
|
||||
'url'=>$siteUrl,
|
||||
'emailFrom'=>'no-reply@'.DOMAIN,
|
||||
'orderBy'=>'date',
|
||||
|
|
Loading…
Reference in New Issue