1
0

vault backup: 2025-12-08 07:25:57

This commit is contained in:
2025-12-08 07:25:57 +01:00
parent e95cea19a2
commit dc4c26f43a
9 changed files with 414 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
{% block content %}
<h1>{{ title }}</h1>
<div class="image-container">
<img src="{{ filename }}" alt="{{ title }}" class="preview-image">
<img src="./{{ filename }}" alt="{{ title }}" class="preview-image">
</div>
<style>
.image-container {