From: Cameron Otsuka
Date: Wed, 31 Jul 2024 02:28:54 +0000 (-0700)
Subject: improve markup, remove tags only used for backend, add disclaimer
X-Git-Tag: v1.0.0~95
X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=e02882cb9d1e215eff416fddce9c0119c448fc00;p=cotsuka.github.io
improve markup, remove tags only used for backend, add disclaimer
---
diff --git a/_includes/layouts/article.njk b/_includes/layouts/article.njk
index 5aab2ea..a49e00d 100644
--- a/_includes/layouts/article.njk
+++ b/_includes/layouts/article.njk
@@ -9,7 +9,7 @@ layout: layouts/base.njk
- Published:
- Description: {{ description }}
- - Tags: {{ tags | sort | join(", ") }}
+ - Tags: {{ tags | reject("equalto", "articles") | sort | join(", ") }}
diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk
index 7923172..813164c 100644
--- a/_includes/layouts/base.njk
+++ b/_includes/layouts/base.njk
@@ -34,14 +34,15 @@
{%- endfor %}
-
+
{% if modified %}
{% set updated = modified %}
{% else %}
{% set updated = date %}
{% endif %}
Last Modified:
-
+
+ All views my own. Not financial advice. Links, citations, and other references are not endorsements.