diff --git a/src/_includes/global/content.njk b/src/_includes/global/content.njk index 49236f07..0cf971ff 100644 --- a/src/_includes/global/content.njk +++ b/src/_includes/global/content.njk @@ -18,9 +18,12 @@ {% if isArticle %}

{{ desc }}

-

{{ content | wordcount | thousands }} words. Posted on {{ date | formatDate }} by {{ sitemeta.siteAuthor.name }}

+

+ {{ content | wordcount | thousands }} words. + Posted on by {{ sitemeta.siteAuthor.name }} +

{% if updated %} -

Last updated on {{ updated | formatDate }}

+

Last updated on

{% endif %} {% if categories %}

Categories: diff --git a/src/_includes/main/archive.njk b/src/_includes/main/archive.njk index 5b8b248a..5fcb5369 100644 --- a/src/_includes/main/archive.njk +++ b/src/_includes/main/archive.njk @@ -9,7 +9,7 @@ {% endif %}

-

{{ content.date | formatDate }}

+ {% endfor %} diff --git a/src/_includes/main/links.njk b/src/_includes/main/links.njk index e0d95d1b..8bfd415c 100644 --- a/src/_includes/main/links.njk +++ b/src/_includes/main/links.njk @@ -33,7 +33,7 @@ isContentDivided: true {{ group.templateContent | safe }} {% if group.data.updated %} -

(This {{ group.data.title }} list was last updated on {{ group.data.updated | formatDate }})

+

(This {{ group.data.title }} list was last updated on )

{% endif %} Back to tabs diff --git a/src/_includes/main/statement.njk b/src/_includes/main/statement.njk index 53a2efff..c9beca51 100644 --- a/src/_includes/main/statement.njk +++ b/src/_includes/main/statement.njk @@ -4,4 +4,4 @@ layout: main/content {{ content | safe }} -

(This {{ keyword }} was last updated on {{ updated | formatDate }})

\ No newline at end of file +

(This {{ keyword }} was last updated on )

\ No newline at end of file diff --git a/src/blog/posts.njk b/src/blog/posts.njk index 47c41b05..ec8c6b3e 100644 --- a/src/blog/posts.njk +++ b/src/blog/posts.njk @@ -14,13 +14,13 @@ eleventyNavigation:
  • - {% if post.data.title %}{{ post.data.articleTitle }} - {% else %} - {{ post.url }} - {% endif %} + {% if post.data.title %}{{ post.data.articleTitle }} + {% else %} + {{ post.url }} + {% endif %}

    -

    {{ post.date | formatDate }}

    +
  • {% endfor %} diff --git a/src/changelogs/changelogs.njk b/src/changelogs/changelogs.njk index 6101fc55..e41a91e7 100644 --- a/src/changelogs/changelogs.njk +++ b/src/changelogs/changelogs.njk @@ -16,7 +16,7 @@ eleventyNavigation:

    Latest Changelogs

    {% for log in changelogs %} -

    {{ log.date | formatDate }}

    +

    {{ log.templateContent | safe }} {%- endfor %} diff --git a/src/pages/adoptables.njk b/src/pages/adoptables.njk index 7f08c772..1ee4be65 100644 --- a/src/pages/adoptables.njk +++ b/src/pages/adoptables.njk @@ -23,7 +23,7 @@ eleventyNavigation: {%- endmacro -%}
    -

    (This page was last updated on {{ updated | formatDate }})

    +

    (This page was last updated on )

    {% include "main/virtualpets.njk" %} diff --git a/src/pages/articles.md b/src/pages/articles.md index caa0d32d..fb5b16fd 100644 --- a/src/pages/articles.md +++ b/src/pages/articles.md @@ -12,7 +12,7 @@ Articles I have written. {%- for article in collections["my articles"] -%}
  • {{ article.data.articleTitle }}

    -

    {{ article.date | formatDate }}

    +
  • {%- endfor -%} diff --git a/src/pages/now.md b/src/pages/now.md index 4c81fe61..50c2c429 100644 --- a/src/pages/now.md +++ b/src/pages/now.md @@ -7,7 +7,7 @@ eleventyComputed: desc: What {{ sitemeta.siteAuthor.name }} is doing now. --- -*This page was last updated on {{ updated | formatDate }}.* +*This page was last updated on .* This is my [/now page](https://nownownow.com/about). You can find more pages like this at [nownownow.com](https://nownownow.com/). diff --git a/src/shrines/cassettebeasts/articles.md b/src/shrines/cassettebeasts/articles.md index 98b64464..d2ee717d 100644 --- a/src/shrines/cassettebeasts/articles.md +++ b/src/shrines/cassettebeasts/articles.md @@ -17,7 +17,7 @@ eleventyNavigation: {%- for article in collections["cassette beasts articles"] -%}
  • {{ article.data.articleTitle }}

    -

    {{ article.date | formatDate }}

    +
  • {%- endfor -%} diff --git a/src/shrines/starwarskotor/articles.md b/src/shrines/starwarskotor/articles.md index 90ee3775..5df8a3b8 100644 --- a/src/shrines/starwarskotor/articles.md +++ b/src/shrines/starwarskotor/articles.md @@ -17,7 +17,7 @@ eleventyNavigation: {%- for article in collections["kotor both articles"] -%}
  • {{ article.data.articleTitle }}

    -

    {{ article.date | formatDate }}

    +
  • {%- endfor -%} @@ -27,7 +27,7 @@ eleventyNavigation: {%- for article in collections["kotor 1 articles"] -%}
  • {{ article.data.articleTitle }}

    -

    {{ article.date | formatDate }}

    +
  • {%- endfor -%} @@ -37,7 +37,7 @@ eleventyNavigation: {%- for article in collections["kotor 2 articles"] -%}
  • {{ article.data.articleTitle }}

    -

    {{ article.date | formatDate }}

    +
  • {%- endfor -%} diff --git a/src/shrines/starwarskotor/guides.md b/src/shrines/starwarskotor/guides.md index 5bfe35f8..daacac44 100644 --- a/src/shrines/starwarskotor/guides.md +++ b/src/shrines/starwarskotor/guides.md @@ -17,7 +17,7 @@ eleventyNavigation: {%- for article in collections["kotor guides"] -%}
  • {{ article.data.articleTitle }}

    -

    {{ article.date | formatDate }}

    +
  • {%- endfor -%}