Skip to content

Commit

Permalink
added ABOUT_ME_HEADER variable
Browse files Browse the repository at this point in the history
  • Loading branch information
benlindsay committed Apr 28, 2018
1 parent 68178af commit e91654d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pelican-bootstrap3/templates/includes/aboutme.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
{% endif %}
{% if ABOUT_ME %}
<p>
<strong>{{ _('About') }} {{ AUTHOR }}</strong><br/>
{% if ABOUT_ME_HEADER is defined %}
{% if ABOUT_ME_HEADER %}
<strong>{{ ABOUT_ME_HEADER }}</strong><br/>
{% endif %}
{% else %}
<strong>{{ _('About') }} {{ AUTHOR }}</strong><br/>
{% endif %}
{{ ABOUT_ME }}
</p>
{% endif %}
Expand Down

0 comments on commit e91654d

Please sign in to comment.