mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 03:56:21 +05:30
Add feed link
This commit is contained in:
parent
b0960c6871
commit
f6fe970ef4
12 changed files with 25 additions and 27 deletions
|
|
@ -280,6 +280,7 @@ get('/author/:name', function ($name) {
|
|||
'posts' => null,
|
||||
'about' => $author->about,
|
||||
'name' => $author->name,
|
||||
'author' => $author,
|
||||
'type' => 'is_profile',
|
||||
'bodyclass' => 'in-profile author-' . $name,
|
||||
'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> » ' . i18n('Profile_for') . ' ' . $author->name,
|
||||
|
|
@ -307,6 +308,7 @@ get('/author/:name', function ($name) {
|
|||
'posts' => $posts,
|
||||
'about' => $author->about,
|
||||
'name' => $author->name,
|
||||
'author' => $author,
|
||||
'type' => 'is_profile',
|
||||
'bodyclass' => 'in-profile author-' . $name,
|
||||
'breadcrumb' => '<a href="' . site_url() . '">' . config('breadcrumb.home') . '</a> » ' . i18n('Profile_for') . ' ' . $author->name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue