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 85e01d4a3f94cc61f584af2183a11a2e4b0e99b0
parent 19495b1e6527dc16368de78a5b3d7c6efd374c1c
Author: FIGBERT <figbert@figbert.com>
Date:   Sat, 20 Apr 2024 13:50:06 -0700

Remove unused template

Diffstat:
Dtemplates/book.html | 19-------------------
1 file changed, 0 insertions(+), 19 deletions(-)

diff --git a/templates/book.html b/templates/book.html @@ -1,19 +0,0 @@ -{% extends "index.html" %} -{% block content %} - <article> - <section id="article-header"> - <h1><a href="{{ current_url }}">{{ page.title }}</a></h1> - <small> - <i>{{ page.extra.book }}</i> by {{ page.extra.author }}. <br/> - {% if page.extra is containing("finished") %} - Finished on {{ page.extra.finished | date(format="%B %d, %Y") }}. <br/> - {% endif %} - {% if page.extra is containing("rating") %} - Rating: {{ page.extra.rating }} <br/> - {% endif %} - <a href="/reading/">&lt; Back</a> - </small> - </section> - {{ page.content | safe }} - </article> -{% endblock content %}