diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-10-13 12:25:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 12:25:12 +0200 |
commit | 8f269b49d7063af5a43021c8775b02d17205a7b5 (patch) | |
tree | b4236f5f7fd9fbd35b33b8e3a55624b380c914e7 /tpl/default | |
parent | 84045ffbb10c9d312b51dad972bae973c11aad3c (diff) | |
parent | 8fabcd0224b1122a48b495326854bb3562cd2e9d (diff) | |
download | Shaarli-8f269b49d7063af5a43021c8775b02d17205a7b5.tar.gz Shaarli-8f269b49d7063af5a43021c8775b02d17205a7b5.tar.zst Shaarli-8f269b49d7063af5a43021c8775b02d17205a7b5.zip |
Merge pull request #1521 from ArthurHoaro/feature/markdown-extra
Add Markdown Extra formatter
Diffstat (limited to 'tpl/default')
-rw-r--r-- | tpl/default/includes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/includes.html b/tpl/default/includes.html index 227f9b52..09768ac4 100644 --- a/tpl/default/includes.html +++ b/tpl/default/includes.html | |||
@@ -8,7 +8,7 @@ | |||
8 | <link href="{$asset_path}/img/favicon.png#" rel="shortcut icon" type="image/png" /> | 8 | <link href="{$asset_path}/img/favicon.png#" rel="shortcut icon" type="image/png" /> |
9 | <link href="{$asset_path}/img/apple-touch-icon.png#" rel="apple-touch-icon" sizes="180x180" /> | 9 | <link href="{$asset_path}/img/apple-touch-icon.png#" rel="apple-touch-icon" sizes="180x180" /> |
10 | <link type="text/css" rel="stylesheet" href="{$asset_path}/css/shaarli.min.css?v={$version_hash}#" /> | 10 | <link type="text/css" rel="stylesheet" href="{$asset_path}/css/shaarli.min.css?v={$version_hash}#" /> |
11 | {if="$formatter==='markdown'"} | 11 | {if="strpos($formatter, 'markdown') !== false"} |
12 | <link type="text/css" rel="stylesheet" href="{$asset_path}/css/markdown.min.css?v={$version_hash}#" /> | 12 | <link type="text/css" rel="stylesheet" href="{$asset_path}/css/markdown.min.css?v={$version_hash}#" /> |
13 | {/if} | 13 | {/if} |
14 | {loop="$plugins_includes.css_files"} | 14 | {loop="$plugins_includes.css_files"} |