This commit is contained in:
2023-07-30 09:53:00 +02:00
parent 93fb7f1b1a
commit 1af5f54900
4 changed files with 56 additions and 98 deletions

View File

@ -10,7 +10,7 @@
<div class="col-lg-6 col-sm-8">
<div class="bg-white p-5">
<h2 class="mb-4">{{ .title }}</h2>
<p class="text-justify">{{ .content | markdownify }}</p>
<p>{{ .content | markdownify }}</p>
</div>
</div>
</div>