diff options
Diffstat (limited to 'theme/templates/ebook/layout.html')
-rw-r--r-- | theme/templates/ebook/layout.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theme/templates/ebook/layout.html b/theme/templates/ebook/layout.html index 3ca3ef4..1ff85bf 100644 --- a/theme/templates/ebook/layout.html +++ b/theme/templates/ebook/layout.html @@ -8,6 +8,8 @@ <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <meta name="description" content="{% block description %}{% endblock %}"> <meta name="generator" content="GitBook {{ gitbook.version }}"> + {% if options.author %}<meta name="author" content="{{ options.author }}">{% endif %} + {% if options.isbn %}<meta name="identifier" content="{{ options.isbn }}" scheme="ISBN">{% endif %} {% block head %}{% endblock %} {{ htmlSnippet("head:end")|default("")|safe }} </head> |