diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-10 14:59:14 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-10 14:59:14 +0100 |
| commit | 1100562e29f6476448b656dbddd4cf22505523f6 (patch) | |
| tree | 442eec492199104bd49dfd74474ce89ade8fcac9 /_layouts/post.html | |
| parent | a40d80be378e46a6c490e1b99b0d8f4acd968503 (diff) | |
| download | mitjafelicijan.com-1100562e29f6476448b656dbddd4cf22505523f6.tar.gz | |
Move back to JBMAFP
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index df77a9d..0000000 --- a/_layouts/post.html +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 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> | ||
