Compare commits

...

2 Commits

View File

@ -5,8 +5,10 @@
</p> </p>
{% endif %} {% endif %}
{% if ABOUT_ME %} {% if ABOUT_ME %}
<p class="text-center">
<strong>{{ AUTHOR }}</strong>
</p>
<p> <p>
<strong class="text-center">{{ AUTHOR }}</strong><br/>
{{ ABOUT_ME }} {{ ABOUT_ME }}
</p> </p>
{% endif %} {% endif %}