repo.or.cz
/
jekyll-now.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #993 from italohdc/master
[jekyll-now.git]
/
_layouts
/
post.html
blob
d27c48066a71ec945fae46b006f55f431213e72a
1
---
2
layout: default
3
---
4
5
<article
class
=
"post"
>
6
<h1>
{{ page.title }}
</h1>
7
8
<div
class
=
"entry"
>
9
{{ content }}
10
</div>
11
12
<div
class
=
"date"
>
13
Written on {{ page.date | date:
"%B %e, %Y"
}}
14
</div>
15
16
{% include disqus.html %}
17
</article>