diff --git a/templates/includes/aboutme.html b/templates/includes/aboutme.html index ee88d56..62b6558 100644 --- a/templates/includes/aboutme.html +++ b/templates/includes/aboutme.html @@ -5,8 +5,8 @@

{% endif %} {% if ABOUT_ME %} -

- {{ _('About') }} {{ AUTHOR }}
+

+ {{ AUTHOR }}
{{ ABOUT_ME }}

{% endif %}