diff --git a/templates/homepage.html b/templates/homepage.html index fb99723..2408a15 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -1,8 +1,8 @@ {% extends "base.html" %} -{% block title %}About{% endblock %} +{% block title %}Homepage{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %} -
This is Adrian's homepage, checkout this servers list of running services here
+This is Adrian's homepage, checkout my running services and their here
{% endblock %}