This commit is contained in:
2023-07-29 13:16:25 +02:00
parent 7e86759eb5
commit 93fb7f1b1a
39 changed files with 274 additions and 381 deletions

View File

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