about template

This commit is contained in:
m
2026-03-22 08:01:38 +01:00
parent 5ef0dca53b
commit fae653a2b9
2 changed files with 1 additions and 5 deletions

View File

@@ -2,12 +2,8 @@
endblock %} {% block content %}
<div class="row">
<div class="col-lg-12">
<h1>About</h1>
<hr />
<!-- Post Content -->
<div>{{ about_txt.content | safe }}</div>
<p>Last Update : October 2024</p>
<hr />
</div>
</div>
{% endblock %}