New Theme

This commit is contained in:
2020-11-21 14:13:16 +01:00
parent 9bc54d475f
commit cbc70ca8e1
593 changed files with 13702 additions and 14006 deletions

View File

@@ -0,0 +1,16 @@
{% 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 %}