aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/includes.html
Commit message (Collapse)AuthorAgeFilesLines
* 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
* also for new default tpl add meta tag to block sending the referrer vintage ↵Mark Schmitz2018-06-071-0/+1
| | | | -> #692
* load user css at last, after plugin css to enable changing plugin stylesMark Schmitz2018-04-131-3/+3
|
* Webpack / Update front paths in template filesArthurHoaro2018-03-281-6/+1
|
* Add apple-touch-icon meta tagArthurHoaro2017-11-181-1/+2
| | | | Fixes #997
* Add a version hash for asset loading to prevent browser's cache issueArthurHoaro2017-10-011-7/+7
| | | | | | The hash is generated using the same salt as the one used for credentials (1 salt per instance) in order to avoid exposing the instance version. Fixes #965
* Fixes file existence check for user.csskalvn2017-05-091-1/+1
|
* Multiple minor improvements and bugfixes regarding the new templates:ArthurHoaro2017-02-271-1/+1
| | | | | | | | | | | | | | * Add API settings in `configure.html` * Fix textarea autoresize * Load user.css from data folder * Move fold/expand all button to the right and fix an issue with already folded items * Reset datetime display to international datetime * Temporarilly remove JS login panel (need improvement and integration with the plugin system) * Body background is slightly lighter * Fix an issue where thumbnails were hidden by description * Fix an issue where private orange bar wasn't displayed with thumbnails * Remove the gradient bar behind titles * Fix empty bookmarklet name in Firefox
* Introduce the new default Shaarli templateArthurHoaro2017-02-271-0/+20
|
* Move default template to vintage folderArthurHoaro2017-02-271-15/+0
|
* Move user.css to data folderArthurHoaro2017-01-141-1/+1
|
* Minor improvements regarding #705 (coding style, unit tests, etc.)ArthurHoaro2017-01-051-2/+2
|
* Change templates set through administration UIKnah Tsaeb2017-01-051-0/+15