summaryrefslogtreecommitdiffstats
path: root/theme/templates/website/includes/header.html
diff options
context:
space:
mode:
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>