Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Commit 4b2dd76

Browse files
Make individual post content look like post list again.
1 parent 2297926 commit 4b2dd76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_layouts/post.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
{% assign author = site.data.authors[page.author] %}
66
{% assign issue_number = page.title | remove: 'Issue #' %}
7-
8-
<article>
7+
<div class="post-list-item">
8+
<article class="post">
99
<h1 class="post-title">{{ page.title }} <small class="post-date">{{ page.date | date_to_string }}</small></h1>
1010
<p class="lead"><em>Written by: <a href="https://twitter.com/{{ author.twitter }}" target="_blank">{{ author.name }}</a></em></p>
1111
<div class="post-content">
1212
{{ page.content }}
1313
</div> <!-- post-content -->
1414
</article>
15-
15+
</div>
1616
{% include social_share.html %}

0 commit comments

Comments
 (0)