forked from elixir-lang/elixir-lang.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost.html
More file actions
25 lines (22 loc) · 700 Bytes
/
Copy pathpost.html
File metadata and controls
25 lines (22 loc) · 700 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
---
section: blog
layout: blog
---
<div class="hfeed">
<div class="hentry post">
<div class="post-content">
<div class="sticky-header">
<h1>{{ page.title }}</h1>
{% if page.subtitle %}
<h2>{{ page.subtitle }}</h2>
{% endif %}
<div class="byline">{{ page.date | date: "%B %d, %Y" }}{% if page.author %} · by {{ page.author}}{% endif %} . in {% for category in page.categories %}<span class="category"><a href="/blog/categories.html#{{category}}">{{ category }}</a>{% endfor %}</div>
</div>
<div class="entry-content">
{{ content }}
</div>
<!-- <div class="entry-meta">
</div> -->
</div>
</div>
</div>