Prepare release

This commit is contained in:
danpros 2024-11-21 05:44:18 +07:00
commit d2fe54d166
7 changed files with 15 additions and 5 deletions

View file

@ -3518,6 +3518,8 @@ get('/'. permalink_type() .'/:name', function ($name) {
$author->description = $current->authorDescription;
$author->about = $current->authorAbout;
$author->avatar = $current->authorAvatar;
$author->rss = $current->authorRss;
$author->slug = $current->author;
if (array_key_exists('prev', $post)) {
$prev = $post['prev'];
@ -4693,6 +4695,8 @@ get('/:year/:month/:name', function ($year, $month, $name) {
$author->description = $current->authorDescription;
$author->about = $current->authorAbout;
$author->avatar = $current->authorAvatar;
$author->rss = $current->authorRss;
$author->slug = $current->author;
if (array_key_exists('prev', $post)) {
$prev = $post['prev'];