summaryrefslogtreecommitdiffstats
path: root/theme/templates/layout.html
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-12-03 23:19:47 +0100
committerSamy Pessé <samypesse@gmail.com>2014-12-03 23:19:47 +0100
commitc9a31cc9878259e5a800f530adf81f9dd2744ee8 (patch)
tree9a70801ab5e1f15b20f7a5736179dc181dd14855 /theme/templates/layout.html
parentf03c316274ca6b0bcf80eaf861af676921b47063 (diff)
downloadgitbook-c9a31cc9878259e5a800f530adf81f9dd2744ee8.zip
gitbook-c9a31cc9878259e5a800f530adf81f9dd2744ee8.tar.gz
gitbook-c9a31cc9878259e5a800f530adf81f9dd2744ee8.tar.bz2
Add option isbn for books
Diffstat (limited to 'theme/templates/layout.html')
-rwxr-xr-xtheme/templates/layout.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/theme/templates/layout.html b/theme/templates/layout.html
index ead0380..5dc7c5e 100755
--- a/theme/templates/layout.html
+++ b/theme/templates/layout.html
@@ -15,6 +15,9 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ staticBase }}/images/apple-touch-icon-precomposed-152.png">
<link rel="shortcut icon" href="{{ staticBase }}/images/favicon.ico" type="image/x-icon">
+ {% if options.isbn %}
+ <meta name="identifier" content="{{ options.isbn }}" scheme="ISBN">
+ {% endif %}
{% block head %}{% endblock %}
{{ htmlSnippet("head:end")|default("") }}
</head>