mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 03:26:20 +05:30
Update functions.php
This commit is contained in:
parent
d790fa9f04
commit
a0c91f65c7
1 changed files with 2 additions and 2 deletions
|
|
@ -1628,7 +1628,7 @@ function has_prev($prev)
|
|||
'link' => $prev->link,
|
||||
'categoryUrl' => $prev->categoryUrl,
|
||||
'readTime' => $prev->readTime,
|
||||
'readTime' => $prev->lastMod
|
||||
'lastMod' => $prev->lastMod
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
@ -1661,7 +1661,7 @@ function has_next($next)
|
|||
'link' => $next->link,
|
||||
'categoryUrl' => $next->categoryUrl,
|
||||
'readTime' => $next->readTime,
|
||||
'readTime' => $next->lastMod
|
||||
'lastMod' => $next->lastMod
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue