diff --git a/templates/includes/aboutme.html b/templates/includes/aboutme.html index 62b6558..a95be21 100644 --- a/templates/includes/aboutme.html +++ b/templates/includes/aboutme.html @@ -1,13 +1,15 @@
- {% if AVATAR %} -

- -

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

- {{ AUTHOR }}
- {{ ABOUT_ME }} -

- {% endif %} + {% if AVATAR %} +

+ +

+ {% endif %} + {% if ABOUT_ME %} +

+ {{ AUTHOR }} +

+

+ {{ ABOUT_ME }} +

+ {% endif %}