File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3
3
{{ htmlSnippet("html:start")|default("") }}
4
4
< head >
5
5
{{ htmlSnippet("head:start")|default("") }}
6
- {% block head %}
7
6
< meta charset ="UTF-8 ">
8
7
< title > {% block title %}{% endblock %}</ title >
9
8
< meta content ="text/html; charset=utf-8 " http-equiv ="Content-Type ">
14
13
< meta name ="apple-mobile-web-app-capable " content ="yes ">
15
14
< meta name ="apple-mobile-web-app-status-bar-style " content ="black ">
16
15
< link rel ="shortcut icon " href ="{{ staticBase }}/images/favicon.ico " type ="image/x-icon ">
17
- {% endblock %}
16
+ {% block head %}{% endblock %}
18
17
{{ htmlSnippet("head:end")|default("") }}
19
18
</ head >
20
19
< body >
Original file line number Diff line number Diff line change 2
2
3
3
{% block htmlTag %}{% if options.cache !== false %}manifest="{{ basePath }}/manifest.appcache"{% endif %}{% endblock %}
4
4
5
- {% block title %}{{ progress.current.title }} | {{ title }}{% endblock %}
6
- {% block description %}{% if progress.current.level == "0" %}{{ description }}{% endif %}{% endblock %}
7
-
8
5
{% block head %}
9
6
{% parent %}
10
7
{% if githubAuthor %}
18
15
{% endif %}
19
16
{% endblock %}
20
17
18
+ {% block title %}{{ progress.current.title }} | {{ title }}{% endblock %}
19
+ {% block description %}{% if progress.current.level == "0" %}{{ description }}{% endif %}{% endblock %}
20
+
21
21
{% block content %}
22
22
< div class ="book " {% if githubId %}data-github ="{{ githubId }} "{% endif %} data-level ="{{ progress.current.level }} " data-basepath ="{{ basePath }} " data-revision ="{{ revision }} ">
23
23
{% include "includes/book/header.html" %}
You can’t perform that action at this time.
0 commit comments