generated from fastai/fast_template
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpage.html
More file actions
39 lines (39 loc) · 1.28 KB
/
page.html
File metadata and controls
39 lines (39 loc) · 1.28 KB
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
35
36
37
38
39
---
layout: default
---
<section class="collection-head small geopattern" data-pattern-id="{{ page.title | truncate: 15}}">
<div class="container">
<div class="collection-title">
<h1 class="collection-header">{{ page.title }}</h1>
{% if page.subtitle %}
<div class="collection-info">
<span class="meta-info">
{{ page.subtitle}}
</span>
</div>
{% endif %}
</div>
</div>
</section>
<!-- / .banner -->
<section class="container content">
<div class="columns">
<div class="column two-thirds" >
<article class="article-content markdown-body">
{{ content }}
</article>
<div class="share">
{% include sns-share.html %}
</div>
<div class="comment">
{% include comments.html %}
</div>
</div>
<div class="column one-third">
{% include sidebar-search.html %}
{% include sidebar-qrcode.html %}
<!-- {% include sidebar-popular-repo.html %} -->
</div>
</div>
</section>
<!-- /section.content -->