summaryrefslogtreecommitdiffstats
path: root/templates/blogpost.tmpl
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-05-21 05:15:49 +0200
committerGuilhem Moulin <guilhem@fripost.org>2020-05-21 08:36:16 +0200
commit72983121e68289a7497927417e52a8ec5f16aa7b (patch)
tree1f72bf5f3d4d0c3d46f9a56a887bef7d8eb21080 /templates/blogpost.tmpl
parent8358104be6ca8f361b9f6abad502fc98e8a01b71 (diff)
Drop static content.
JQuery, Bootstrap etc. are not maintainable in this repository, just like one should avoid embedding copies of other project in packaging work. We rely on the distro-provided variants instead: $ apt install fonts-font-awesome libjs-bootstrap4 libjs-jquery Ikwiki doesn't copy symlinks for security reasons, so unfortunately deploy one's own sandbox wiki is less easy now. Instructions will follow shortly. Also, port the templates to Bootstrap 4.
Diffstat (limited to 'templates/blogpost.tmpl')
-rw-r--r--templates/blogpost.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/blogpost.tmpl b/templates/blogpost.tmpl
index 6156881..ddf2a8f 100644
--- a/templates/blogpost.tmpl
+++ b/templates/blogpost.tmpl
@@ -1,10 +1,10 @@
<p class="text-right">
<TMPL_IF RSSURL>
- <a class="label label-info" type="application/rss+xml" rel="alternate"
+ <a class="badge badge-info" type="application/rss+xml" rel="alternate"
title="<TMPL_VAR RSSDESC>" href="<TMPL_VAR RSSURL>">RSS</a>
</TMPL_IF>
<TMPL_IF ATOMURL>
- <a class="label label-info" type="application/atom+xml" rel="alternate"
+ <a class="badge badge-info" type="application/atom+xml" rel="alternate"
title="<TMPL_VAR ATOMDESC>" href="<TMPL_VAR ATOMURL>">Atom</a>
</TMPL_IF>
</p>