aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-02-25 20:29:00 +0100
committerUlrich Müller <ulm@gentoo.org>2021-02-25 20:29:00 +0100
commit60f8f96ce3fb52a2ebcb8e7e49dd771b1f0f246e (patch)
tree5fb09542d99a681699f8378be0a9d5403b5e0920 /bin
parentdevbook.xsl, devmanual.css: Add permalinks to section headers (diff)
downloaddevmanual-60f8f96ce3fb52a2ebcb8e7e49dd771b1f0f246e.tar.gz
devmanual-60f8f96ce3fb52a2ebcb8e7e49dd771b1f0f246e.tar.bz2
devmanual-60f8f96ce3fb52a2ebcb8e7e49dd771b1f0f246e.zip
bin/gen-eclass-html.sh: Drop up arrow in navigation bar
This is redundant with breadcrumbs and doesn't exist anywhere else in the document. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gen-eclass-html.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
index 4ca853a..9486852 100755
--- a/bin/gen-eclass-html.sh
+++ b/bin/gen-eclass-html.sh
@@ -47,7 +47,6 @@ IFS='' read -r -d '' HEADER << 'EOF'
<div class="navbar-header"><button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button></div>
<div class="collapse navbar-collapse navbar-main-collapse"><ul class="nav navbar-nav">
<li><a href="../../index.html"><span class="fa fa-home"></span>&nbsp;Home</a></li>
-<li><a href="../index.html"><span class="fa fa-arrow-up"></span>&nbsp;Eclass Reference</a></li>
</ul></div>
</div></div></nav>
<div class="container"><div class="row"><div class="col-md010">