diff --git a/templates/includes/aboutme.html b/templates/includes/aboutme.html index ee88d56..785a8cc 100644 --- a/templates/includes/aboutme.html +++ b/templates/includes/aboutme.html @@ -6,7 +6,7 @@ {% endif %} {% if ABOUT_ME %}

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

{% endif %}