aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/daily.html
Commit message (Collapse)AuthorAgeFilesLines
* Vintage theme: fix routes in daily pageArthurHoaro2020-11-091-4/+4
|
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-10/+10
| | | | | | | With the new routes, all pages are not all at the same folder level anymore (e.g. /shaare and /shaare/123), so we can't just use './' everywhere. The most consistent way to handle this is to prefix all path with the proper variable, and handle the actual path in controllers.
* Initialize admin Slim controllersArthurHoaro2020-07-231-2/+2
| | | | | | - Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links
* Process Daily RSS feed through Slim controllerArthurHoaro2020-07-231-1/+1
| | | | The daily RSS template has been entirely rewritten to handle the whole feed through the template engine.
* Fix all relative link to work with new URLArthurHoaro2020-07-231-3/+3
|
* Daily - display the current day instead of the previous oneArthurHoaro2019-05-251-0/+3
| | | | | | | Also mention if it's today or yesterday for clarity using `dayDesc` variable Fixes #1299
* Fix a bug making thumbnail to request the current pageArthurHoaro2018-08-141-1/+1
|
* Fix fatal error on daily page: use new thumbnail systemArthurHoaro2018-07-291-2/+7
| | | | | | | | | Also fix: * include the login manager in the daily RSS feed function * remove redirector setting in the vintage theme Fixes #1190
* Login: update PageBuilder and default/vintage templatesVirtualTam2018-06-021-1/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Webpack / Update front paths in template filesArthurHoaro2018-03-281-5/+5
|
* Move default template to vintage folderArthurHoaro2017-02-271-0/+101