-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbody.html
34 lines (30 loc) · 857 Bytes
/
body.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!-- =============== -->
<!-- MENU -->
<!-- =============== -->
<div class="navbar fixed-top">
<div class="content">
<span class="sr-only">Jump to:</span>
<a id="_menu" class="menu no-hover" href="#_title">
<span class="sr-only">Menu</span>
</a>
</div>
</div>
<!-- =============== -->
<!-- CONTENT -->
<!-- =============== -->
<div id="_yPushState">
<div class="fade-in">
<main id="_main" class="content" role="main" data-color="{{ color | escape }}" data-image="{{ image | escape }}">
{{ content }}
{% if site.disqus_shortname and page.comments %}
{% include comments.html %}
{% endif %}
{% include footer.html %}
</main>
</div>
{% include sidebar.html %}
</div>
<!-- =============== -->
<!-- SCRIPTS -->
<!-- =============== -->
{% include scripts.html %}