Commit Graph

13 Commits

Author SHA1 Message Date
Markus Koch 4bbbe66691 Only render postSeparator if appropriate 2020-05-22 12:39:34 +02:00
Markus Koch 4759b1577e Add basic sitemap 2018-07-25 22:55:30 +02:00
Markus Koch a60988f468 Fix handling of private posts
Before, a private post would show an empty page with the footer (tags)
at the bottom. Now, a message is shown, and sensitive information is
hidden.
2018-05-13 12:28:51 +02:00
Markus Koch 92e05e4a91 Remove blank lines 2018-05-13 12:27:42 +02:00
Markus Koch d3ec880dc7 Only show blog posts if their cdate has been reached 2018-05-13 12:24:09 +02:00
Markus Koch f364393124 Fix post pagebreak once again
The first article of a page was also displayed on the bottom of
the previous one. This commit fixes this behavior.
2018-05-13 12:08:09 +02:00
Markus Koch 3587f38bac Hide older / newer entries button for the RSS feed 2018-04-30 09:43:25 +02:00
Markus Koch e8827ce7d4 Fix post pagebreak
Before, the older entries button showed if the amount of posts
was equal to the pagesize, even though there were no more entries
to be shown after clicking the button.
2018-04-30 09:42:53 +02:00
Markus Koch 61b7ba3195 Fix bug causing no date in RSS posts 2017-09-30 16:09:46 +02:00
Markus Koch 01a6042468 Add blog param utime to mark the entry as updated
Add utime => strtotime(<date>) to the $blogentry header to enable
the feature for the post. It will still be sorted by ctime, but the post
will show the utime with an updated note in the date field instead.
2017-08-06 09:40:52 +02:00
Markus Koch c5485ea9f8 blog: Only show sources in full view 2017-06-18 16:15:07 +02:00
Markus Koch 673771dd27 Added an RSS news feed for blog posts 2017-05-27 11:45:08 +02:00
Markus Koch ccb900b158 Initial commit 2017-01-27 20:29:27 +01:00