Compare commits
3 Commits
7803710c7c
...
49afbfa931
| Author | SHA1 | Date | |
|---|---|---|---|
| 49afbfa931 | |||
| 16366b9322 | |||
| 18abed555e |
@@ -1,13 +1,15 @@
|
||||
<div id="aboutme">
|
||||
{% if AVATAR %}
|
||||
<p>
|
||||
<img width="100%" class="img-thumbnail" src="{{ SITEURL }}/{{ AVATAR }}"/>
|
||||
</p>
|
||||
{% endif %}
|
||||
{% if ABOUT_ME %}
|
||||
<p>
|
||||
<strong>{{ _('About') }} {{ AUTHOR }}</strong><br/>
|
||||
{{ ABOUT_ME }}
|
||||
</p>
|
||||
{% endif %}
|
||||
{% if AVATAR %}
|
||||
<p>
|
||||
<img width="100%" class="img-thumbnail" src="{{ SITEURL }}/{{ AVATAR }}"/>
|
||||
</p>
|
||||
{% endif %}
|
||||
{% if ABOUT_ME %}
|
||||
<p class="text-center">
|
||||
<strong>{{ AUTHOR }}</strong>
|
||||
</p>
|
||||
<p>
|
||||
{{ ABOUT_ME }}
|
||||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user