use new dir structure for /people

This commit is contained in:
2020-07-28 01:48:52 +02:00
parent 5ead5fb292
commit 7e86039e87
2 changed files with 4 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
</div>
<div class="col image-min-dimensions">
<img class="img-responsive w-100 image-max-dimensions"
src="/pictures/{{ p['image'] }}"></img>
src="{{ p['image'] }}"></img>
</div>
</div>
{% endfor %}