figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit ac4414f85d92bb0f9753262d605484d69498d241
parent 0fd6e2e4247eb8b99d4a2b045b64c87a4e7981ca
Author: FIGBERT <figbert@figbert.com>
Date:   Sat, 21 Jun 2025 20:21:17 -0400

Log completion of Night memoir

Diffstat:
Acontent/reading/night.md | 9+++++++++
Mtemplates/article.html | 2++
Mtemplates/atom.xml | 2++
Mtemplates/section.html | 2++
4 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/content/reading/night.md b/content/reading/night.md @@ -0,0 +1,9 @@ ++++ +title = "Night" +date = 2025-06-21T20:15:00-04:00 +[extra] +book = "Night" +author = "Elie Wiesel" +finished = 2025-06-20 +no_link = true ++++ diff --git a/templates/article.html b/templates/article.html @@ -13,7 +13,9 @@ {% if page.extra is containing("book") %} <i>{{ page.extra.book }}</i> by {{ page.extra.author }}. <br/> Finished on {{ page.extra.finished | date(format="%B %d, %Y") }}. <br/> + {% if page.extra is containing("rating") %} Rating: {{ page.extra.rating }} <br/> + {% endif %} {% elif page.extra.type and page.extra.type == "work" %} Began: {{ page.extra.start | date(format="%d %b %Y") }} <br/> Concluded: {{ page.extra.end | date(format="%d %b %Y") }} diff --git a/templates/atom.xml b/templates/atom.xml @@ -48,7 +48,9 @@ &lt;small&gt; &lt;i&gt;{{ page.extra.book }}&lt;&#x2F;i&gt; by {{ page.extra.author }}. &lt;br&#x2F;&gt; Finished on {{ page.extra.finished | date(format="%B %d, %Y") }}. &lt;br&#x2F;&gt; + {% if page.extra is containing("rating") %} Rating: {{ page.extra.rating }} &lt;br&#x2F;&gt; + {% endif %} &lt;&#x2F;small&gt; {%- elif page.extra.type and page.extra.type == "work" %} &lt;small&gt; diff --git a/templates/section.html b/templates/section.html @@ -34,7 +34,9 @@ {% if page.extra is containing("no_link") %} Finished: {{ page.extra.finished | date(format="%B %d, %Y") }} <br/> {% endif %} + {% if page.extra is containing("rating") %} Rating: {{ page.extra.rating }} + {% endif %} </p> {% else %} {% if page.summary %}