Skip to content

Commit

Permalink
exclude meta tags from epub build
Browse files Browse the repository at this point in the history
  • Loading branch information
kip-hart committed Oct 27, 2019
1 parent 4cd4400 commit 19d97b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% extends "!layout.html" %}
{%- block extrahead %}
{%- if render_sidebar %}
<!-- Original Alabaster Extends -->
{{ super() }}
<link rel="stylesheet" href="{{ pathto('_static/custom.css', 1) }}" type="text/css" />
Expand Down Expand Up @@ -61,4 +62,5 @@

<!-- Touch Icons - Windows 8.1 + IE11 and above -->
<meta name="msapplication-config" content="_static/logo/browserconfig.xml" />
{% endif %}
{%- endblock %}

0 comments on commit 19d97b2

Please sign in to comment.