File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
2+ ---
3+ ---
4+
5+ <!doctype html>
6+ {% include copyright.html %}
7+ < html lang ="{{ site.locale | replace: "_ ", "-" | default: "en" }}" class="no-js ">
8+ < head >
9+ {% include head.html %}
10+ {% include head/custom.html %}
11+ </ head >
12+
13+ < body class ="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %} " dir ="{% if site.rtl %}rtl{% else %}ltr{% endif %} ">
14+ {% include_cached skip-links.html %}
15+ {% include_cached masthead.html %}
16+
17+ < div class ="initial-content ">
18+ {{ content }}
19+ {% include after-content.html %}
20+ </ div >
21+
22+ {% if site.search == true %}
23+ < div class ="search-content ">
24+ {% include_cached search/search_form.html %}
25+ </ div >
26+ {% endif %}
27+
28+ < div id ="footer " class ="page__footer ">
29+ < footer >
30+ {% include footer/custom.html %}
31+ {% include_cached footer.html %}
32+ </ footer >
33+ </ div >
34+
35+ {% include scripts.html %}
36+ </ body >
37+ </ html >
You can’t perform that action at this time.
0 commit comments