Skip to content

Commit

Permalink
Merge pull request #27 from blackthornedk/update-posts-template
Browse files Browse the repository at this point in the history
Update posts template
  • Loading branch information
blackthornedk authored Jun 30, 2024
2 parents 3b53d81 + 5cd37f4 commit 0e91fa3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _includes/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<article>
<h2> {{post.title}} </h2>
<div style='font-family: Bender'>
Blog -
<a href='{{ post.url | relative_url }}'>
{% assign m = post.date | date: "%-m" %}
{{ post.date | date: "%-d." }}
{% case m %}
Expand All @@ -22,7 +22,8 @@ <h2> {{post.title}} </h2>
{% when '12' %}december
{% endcase %}
{{ post.date | date: "%Y" }}
- <a href='{{ post.url | relative_url }}'>Permalink</a>
</a>
{% if post.author %}- {{ post.author }}{% endif %}
</div>
</article>
</div>
Expand Down

0 comments on commit 0e91fa3

Please sign in to comment.