summaryrefslogtreecommitdiffstats
path: root/theme/templates/website/includes/header.html
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-02-26 09:41:26 +0100
committerSamy Pessé <samypesse@gmail.com>2016-02-26 09:41:26 +0100
commitd3d64f636c859f7f01a64f7774cf70bd8ccdc562 (patch)
tree4f7731f37c3a793d187b0ab1cd77680e69534c6c /theme/templates/website/includes/header.html
parent4cb9cbb5ae3aa8f9211ffa3ac5e3d34232c0ca4f (diff)
parenteef072693b17526347c37b66078a5059c71caa31 (diff)
downloadgitbook-d3d64f636c859f7f01a64f7774cf70bd8ccdc562.zip
gitbook-d3d64f636c859f7f01a64f7774cf70bd8ccdc562.tar.gz
gitbook-d3d64f636c859f7f01a64f7774cf70bd8ccdc562.tar.bz2
Merge pull request #1109 from GitbookIO/3.0.0
Version 3.0.0
Diffstat (limited to 'theme/templates/website/includes/header.html')
-rw-r--r--theme/templates/website/includes/header.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/theme/templates/website/includes/header.html b/theme/templates/website/includes/header.html
deleted file mode 100644
index 84ae83c..0000000
--- a/theme/templates/website/includes/header.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<div class="book-header" role="navigation">
- <!-- Actions Left -->
- {% if glossary.length > 0 %}
- <a href="{{ basePath }}/GLOSSARY.html" class="btn pull-left" aria-label="{{ __("GLOSSARY_OPEN") }}"><i class="fa fa-sort-alpha-asc"></i></a>
- {% endif %}
-
- <!-- Title -->
- <h1>
- <i class="fa fa-circle-o-notch fa-spin"></i>
- <a href="{{ basePath }}/" >{{ title }}</a>
- </h1>
-</div>