Compare commits

..

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

View file

@ -3,19 +3,21 @@
{% 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 %}
@ -79,11 +81,6 @@
{% 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>