Add ABOUT_PAGE variable for linking an about page too the profile in home

This commit is contained in:
Yorick Barbanneau 2020-03-17 01:50:07 +01:00
parent 43241c657c
commit 5896dc2ad0
2 changed files with 25 additions and 0 deletions

View file

@ -67,6 +67,9 @@
{% if BIO %}
<p class="post-author-about">{{BIO}}</p>
{% endif %}
{% if ABOUT_PAGE %}
<span class="post-author-about-link"><a href="{{ABOUT_PAGE}}">Mon CV</a></span>
{% endif %}
{% if LOCATION %}
<span class="post-author-location"><i class="ic ic-location"></i>
{{LOCATION}}