diff --git a/src/_includes/main/article.njk b/src/_includes/main/article.njk deleted file mode 100644 index 9298e07a..00000000 --- a/src/_includes/main/article.njk +++ /dev/null @@ -1,63 +0,0 @@ ---- -layout: main/base -metadata: - type: article ---- - -
- - -

{{ articleTitle }}

-
-

Posted on {{ date | niceDate }} by {{ sitemeta.siteAuthor.name }} - {% if updated %} - • Last updated on {{ updated | niceDate }}

- {% endif %} - {% if categories %} -

Categories: - {% for cat in categories %} - {{ cat }}{% if not loop.last %}, {% endif %} - {% endfor %} -

- {% endif %} -

{{ content | emojiReadTime }}

-
-
- -
- {% if toc %} - {% include "global/toc.njk" %} - {% endif %} - -
- {{ content | safe }} -
- - {% if tags and tags.includes("articles") or tags and tags.includes("posts") %} - {% include "main/content-nav.njk" %} - {% endif %} -
- - \ No newline at end of file