diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-01 22:54:27 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-01 22:54:27 +0100 |
| commit | 2417a6b7603524dc5cd30d29b153f91024b9443d (patch) | |
| tree | 9be5ea8e5baba96dd9159217da6badf6157fb595 /_layouts/post.html | |
| parent | 89ba3497f07a8ea43d209b583f39fcc286acc923 (diff) | |
| download | mitjafelicijan.com-2417a6b7603524dc5cd30d29b153f91024b9443d.tar.gz | |
Move to Jekyll
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..c1432fa --- /dev/null +++ b/_layouts/post.html | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | --- | ||
| 2 | layout: base | ||
| 3 | --- | ||
| 4 | |||
| 5 | <article itemtype="http://schema.org/Article"> | ||
| 6 | <h1 itemtype="headline">{{ page.title }}</h1> | ||
| 7 | <p><cap><u>{{ page.type }}</u></cap>, {{ page.date | date: '%B %d, %Y' }} on <a href="{{ site.url }}">{{ site.author }}'s blog</a></p> | ||
| 8 | <div> | ||
| 9 | {{ content }} | ||
| 10 | </div> | ||
| 11 | </article> | ||
| 12 | |||
| 13 | <hr> | ||
| 14 | {% include webring.html %} | ||
