glados.no/_includes/bars/bottom.html

17 lines
404 B
HTML
Raw Normal View History

2020-11-21 14:13:16 +01:00
{% if page.show_profile %}
<div class="card-deck">
<div class="card bg-light col-xs-6 mb-4">
<div class="card-body text-center">
{% include components/profile-avatar.html %}
</div>
</div>
<div class="card bg-light col-xs-6 mb-4">
<div class="card-body">
{% include components/profile-body.html %}
</div>
</div>
</div>
{% endif %}