Add ABOUT_PAGE variable for linking an about page too the profile in home
This commit is contained in:
parent
43241c657c
commit
5896dc2ad0
2 changed files with 25 additions and 0 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue