forked from iluwatar/java-design-patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost.html
More file actions
30 lines (28 loc) · 936 Bytes
/
Copy pathpost.html
File metadata and controls
30 lines (28 loc) · 936 Bytes
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
---
layout: default
---
<div class="row post">
<div class="col-sm-12">
<div class="content-area page">
<header>
<div class="float-right">
{% include addToAny.html %}
</div>
<h1>{{ page.title }}</h1>
<div>
<h5 class="blog-index-author">
<a href="#author-info"><span class="fa fa-user"></span> {{ site.data.people[page.author].name }}</a>
</h5>
<h5 class="blog-index-date"><span class="fa fa-clock-o"></span> {{ page.date | date_to_string }}</h5>
</div>
</header>
<hr>
<article>
{{ content }}
</article>
<hr class="dashed">
{% include author.html author=page.author %}
{% include disqus.html %}
</div>
</div>
</div>