aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/includes.html
Commit message (Collapse)AuthorAgeFilesLines
* Tags separator: vintage theme compatibilityArthurHoaro2020-11-051-2/+2
|
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-261-3/+3
|
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-231-2/+2
| | | | Also prefix most admin routes with /admin/
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-2/+2
| | | | | | | 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.
* Process OpenSearch controller through SlimArthurHoaro2020-07-231-1/+2
| | | | Also it was missing on the default template feeds
* RSS/ATOM feeds: process through Slim controllerArthurHoaro2020-07-231-2/+2
|
* Fix all relative link to work with new URLArthurHoaro2020-07-231-1/+1
|
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-181-0/+3
| | | | See https://github.com/shaarli/Shaarli/issues/1307
* Avoiding warning 'PHP Notice: Undefined index: updated'Lucas Cimon2020-01-121-1/+1
|
* Fix undefined thumbnail on OpenGraph headersArthurHoaro2019-09-101-1/+1
| | | | Fixes #1362
* fix: ensure HTML tags are stripped from OpenGraph descriptionVirtualTam2019-01-181-1/+1
| | | | | | | Fixes https://github.com/shaarli/Shaarli/issues/1250 Relates to https://github.com/shaarli/Shaarli/issues/1242 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Add OpenGraph meta tags on permalink pageArthurHoaro2018-08-131-0/+20
| | | | | | | | | | | | | | Includes: - og:title - og:type -> article - og:image -> if there is a thumbnail - og:url -> permalink - og:description -> first 300 chars of raw description - article:published_time - article:modified_time - article:tag -> one OG meta tag for each shaare tag Fixes #258
* add loading user css at last to vintage tplMark Schmitz2018-04-131-1/+1
|
* Webpack / Update front paths in template filesArthurHoaro2018-03-281-3/+2
|
* Move default template to vintage folderArthurHoaro2017-02-271-0/+15