Skip to content

Commit f2b2690

Browse files
author
Laurie0131
committed
Updates _layouts/ebook/pdf_header.html
Auto commit by GitBook Editor
1 parent 2ff8091 commit f2b2690

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

_layouts/ebook/pdf_header.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
{% block body %}
44
<div class="pdf-header">
55
<p>
6-
{% if book.draft %}
7-
<div style="position:absolute;text-align:left">{{ book.title }}[DRAFT]</div>
8-
{% else %}
9-
<div style="position:absolute;text-align:left">{{ book.title }}</div>
10-
{% endif %}
11-
<div style="text-align:right">{<br>{ page.title }}</div>
6+
<div style="text-align:right">{{ page.title }}</div>
127
</p>
138
</div>
149
{% endblock %}

0 commit comments

Comments
 (0)