Skip to content

Commit

Permalink
Create post.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Prawy126 authored Nov 30, 2023
1 parent 71223c9 commit 09c7c64
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: default
---

<small>{{ page.date | date: "%-d %B %Y" }}</small>
<h1>{{ page.title }}</h1>

<p class="view">by {{ page.author | default: site.author }}</p>

{{content}}

{% if page.tags %}
<small>tags: <em>{{ page.tags | join: "</em> - <em>" }}</em></small>
{% endif %}

0 comments on commit 09c7c64

Please sign in to comment.