feat: Modification du contenu

This commit is contained in:
2022-10-06 17:53:33 +02:00
parent 4d63586bcd
commit 92dfea92b2
4 changed files with 18 additions and 3 deletions

View File

@ -15,7 +15,9 @@
<h2>{{ .title | markdownify }}</h2>
<p>{{ .content | markdownify }}</p>
{{ with .call_to_action }}
<a class="btn btn-primary" href="{{ .link | safeURL }}">{{ .text }}</a>
<div class="text-center text-md-left">
<a class="btn btn-primary" href="{{ .link | safeURL }}">{{ .text }}</a>
</div>
{{ end }}
<div class="row">
{{ range .feature_item }}