fixed and improved images, and generalized renderer

This commit is contained in:
2026-02-26 09:06:06 +01:00
parent 20e944912f
commit b854e4b633
9 changed files with 126 additions and 103 deletions

View File

@@ -15,7 +15,7 @@
<aside class="wiki-sidebar">
{% if main_image %}
<div class="sidebar-image">
<img src="{% if is_static %}{{ main_image }}{% else %}assets/{{ main_image }}{% endif %}" alt="{{ title }}">
<img src="{{ main_image }}" alt="{{ title }}">
</div>
{% endif %}