From 18abed555ee1b55ca3447c7f80aa77c2f98d8d7d Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 20 Apr 2019 11:49:46 +0300 Subject: [PATCH] Author --- templates/includes/aboutme.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}