commit ac4414f85d92bb0f9753262d605484d69498d241
parent 0fd6e2e4247eb8b99d4a2b045b64c87a4e7981ca
Author: FIGBERT <figbert@figbert.com>
Date: Sat, 21 Jun 2025 20:21:17 -0400
Log completion of Night memoir
Diffstat:
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 @@
<small>
<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 %}
</small>
{%- elif page.extra.type and page.extra.type == "work" %}
<small>
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 %}