mirror of
https://github.com/danpros/htmly.git
synced 2026-04-22 21:46:22 +05:30
Add multi tags
Add multi tags feature.
This commit is contained in:
parent
13a0696eda
commit
9925f2bc4a
11 changed files with 78 additions and 77 deletions
|
|
@ -161,7 +161,7 @@ get('/:year/:month/:name', function($year, $month, $name){
|
|||
'canonical' => $current->url,
|
||||
'description' => $description = get_description($current->body),
|
||||
'bodyclass' => 'inpost',
|
||||
'breadcrumb' => '<span typeof="v:Breadcrumb"><a property="v:title" rel="v:url" href="' . config('site.url') . '">' .config('breadcrumb.home'). '</a></span> » <span typeof="v:Breadcrumb"><a property="v:title" rel="v:url" href="' . $current->tagurl .'">' . $current->tag . '</a></span> » ' . $current->title,
|
||||
'breadcrumb' => '<span typeof="v:Breadcrumb"><a property="v:title" rel="v:url" href="' . config('site.url') . '">' .config('breadcrumb.home'). '</a></span> » '. $current->tagb . ' » ' . $current->title,
|
||||
'prev' => has_prev($prev),
|
||||
'next' => has_next($next),
|
||||
'type' => 'blogpost',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue