From d98e9767d30d6705b4ed3e159e52e0c48c7aa4ed Mon Sep 17 00:00:00 2001 From: ahoemann Date: Thu, 28 Nov 2024 12:12:53 +0100 Subject: [PATCH] fix: content --- templates/homepage.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/homepage.html b/templates/homepage.html index 2408a15..72ce93c 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -4,5 +4,6 @@ {{ super() }} {% endblock %} {% block content %} -

This is Adrian's homepage, checkout my running services and their here

+

This is Adrian's homepage, checkout his running services and their state here

+

Yes, Adrian is refering to himself in the third person.

{% endblock %}