aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-01-03 13:57:50 +0100
committerGuilhem Moulin <guilhem@fripost.org>2020-01-03 13:57:50 +0100
commit4bab81b1ccde90990620c157c274e2b2c7831b9f (patch)
tree37a1528762995b646f2a29fec3e4a44e9a29ed1a
parent49d7a90c159b12173ce202fb9b101465b87da96c (diff)
doc/template.html: Switch from Glyphicons to Font Awesome.upstream/0.5
-rw-r--r--doc/template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/template.html b/doc/template.html
index 41bf3d7..0d497db 100644
--- a/doc/template.html
+++ b/doc/template.html
@@ -64,7 +64,7 @@ $endfor$
$if(title)$
<div class="page-header">
$if(parent)$
- <div class=parent><a href="$parent$"><span class="glyphicon glyphicon-circle-arrow-up" aria-hidden="true"></span> Parent</a></div>
+ <div class=parent><a href="$parent$"><span class="fa fa-arrow-circle-up" aria-hidden="true"></span> Parent</a></div>
$endif$
<h1 style="">$title$</h1>
</div>