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 677a95e661bdb183255e3c86e16c70014dc5efc8
parent bc7f393ac72efbbf4a3b7ffd8dc037666c2546c7
Author: FIGBERT <figbert@figbert.com>
Date:   Mon,  2 Sep 2024 22:24:37 -0700

Remove author credit from article template

Diffstat:
Mtemplates/article.html | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/templates/article.html b/templates/article.html @@ -15,9 +15,7 @@ Finished on {{ page.extra.finished | date(format="%B %d, %Y") }}. <br/> Rating: {{ page.extra.rating }} <br/> {% else %} - Published by <a href="{{ config.base_url }}">{{ config.title }}</a> on - <time datetime="{{ page.date }}">{{ page.date | date(format="%B %d, %Y") }}</time> - <br/> + Published on <time datetime="{{ page.date }}">{{ page.date | date(format="%B %d, %Y") }}</time> {% endif %} </small> {% endblock header %}