Compare commits

..

No commits in common. "2fe7948981205d7e5e82779852f2a0dcfda6fd4e" and "0998d9768689b15703cb1d74cb389499e993217c" have entirely different histories.

View file

@ -3,19 +3,21 @@
{% block style %} {% block style %}
<style> <style>
.images { .images {
position: absolute; position: absolute;
right: -200px; right: -200px;
top: 0; top: 0;
width: 180px; width: 180px;
} }
.image { .image {
max-width: 100%; max-width: 100%;
} }
.container { .container {
position: relative; position: relative;
} }
</style> </style>
{% endblock %} {% endblock %}
@ -79,11 +81,6 @@
{% if item.wikidata_qid %} {% if item.wikidata_qid %}
<div>wikidata: <a href="https://www.wikidata.org/wiki/{{ item.wikidata_qid }}">{{ item.wikidata_qid }}</a></div> <div>wikidata: <a href="https://www.wikidata.org/wiki/{{ item.wikidata_qid }}">{{ item.wikidata_qid }}</a></div>
{% endif %} {% endif %}
{% if item.url %}
<div>Website: <a href="{{ item.url }}">{{ item.url }}</a></div>
{% endif %}
</div>
</div> </div>
<h3>Talks</h3> <h3>Talks</h3>