From 30aaeb2598504912dc99445dfd1c1bd84efa676e Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 18 Apr 2025 18:19:36 -0400 Subject: add GitHub sponsors to the site Signed-off-by: Xe Iaso --- lume/src/_includes/blog.njk | 20 ++++++++++++++------ lume/src/index.jsx | 4 ++-- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/lume/src/_includes/blog.njk b/lume/src/_includes/blog.njk index 9ee7986..ff82e69 100644 --- a/lume/src/_includes/blog.njk +++ b/lume/src/_includes/blog.njk @@ -11,13 +11,21 @@ layout: base.njk }

{{title}}

-

- Published on , {{ readingInfo.words }} words, {{ readingInfo.minutes }} minutes to read -

- {% if desc %} -

{{desc}}

- {% endif %} +
+
+

+ Published on , {{ readingInfo.words }} words, {{ readingInfo.minutes }} minutes to read +

+ + {% if desc %} +

{{desc}}

+ {% endif %} +
+
+ +
+
{% if patronExclusive %}
diff --git a/lume/src/index.jsx b/lume/src/index.jsx index 606e007..9158c29 100644 --- a/lume/src/index.jsx +++ b/lume/src/index.jsx @@ -37,6 +37,8 @@ export default ({ search, resume, notableProjects, contactLinks }, { date }) => })} +