From 5133e08afb152598f2daf28515f9035a5c36ea50 Mon Sep 17 00:00:00 2001 From: Akbar Rahman Date: Wed, 10 Dec 2025 12:05:38 +0000 Subject: [PATCH] make sound less like ai because it's not :angry: --- templates/article.html | 2 +- templates/base.html | 2 +- templates/blog_index.html | 2 +- templates/permalink.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/article.html b/templates/article.html index 67f27db..216ffcf 100644 --- a/templates/article.html +++ b/templates/article.html @@ -53,7 +53,7 @@ written by: [ {% for auth in author %}{{ auth }}{% if loop.nextitem %}, {% endif colors

- page generated by gronk + page rendered by gronk

{% if license %}
diff --git a/templates/base.html b/templates/base.html index 80916f5..613ad2e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,6 +13,6 @@
{% block content %} {% endblock %} -

page generated by gronk

+

page rendered by gronk

diff --git a/templates/blog_index.html b/templates/blog_index.html index a041247..30af1be 100644 --- a/templates/blog_index.html +++ b/templates/blog_index.html @@ -18,7 +18,7 @@ colors

-

page generated by gronk

+

gronk

{% endblock %}