From 16366b93227965911a9e2f5cd967e2038d97ec80 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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 %}