Adding support for AVATARS

This commit is contained in:
Lucas Cimon
2018-03-08 18:09:39 +01:00
parent 4908cf9d79
commit 37b1adc7a5
4 changed files with 25 additions and 3 deletions

View File

@@ -54,7 +54,7 @@
{% endif %}
{% endblock %}
<link rel="stylesheet" type="text/css" href="{{SITEURL}}/theme/bundle-SHORTSHA1-b785cd8.css">
<link rel="stylesheet" type="text/css" href="{{SITEURL}}/theme/bundle-SHORTSHA1-e07d6a1.css">
</head>
<body>
<!--[if lt IE 7]>
@@ -117,6 +117,15 @@
</div>
{% endif %}
{% if AVATARS %}
<div class="uk-panel uk-panel-box">
<h2 class="uk-panel-title">Avatars</h2>
{% for img_uri in AVATARS %}
<img class="mg-avatar" src="{{ img_uri }}" alt="An avatar I use on the web" title="An avatar I use on the web">
{% endfor %}
</div>
{% endif %}
{% if READINGS %}
<div class="uk-panel uk-panel-box">
<h2 class="uk-panel-title">En ce moment je lis</h2>