fixed and improved images, and generalized renderer
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user