Compare commits

..

3 commits

View file

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