somrat 5 år sedan
förälder
incheckning
4c184dd24d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      layouts/partials/about.html

+ 1
- 1
layouts/partials/about.html Visa fil

@@ -22,7 +22,7 @@
{{"<!-- Express About Yourself -->" | safeHTML}}
<div class="content text-center">
{{ with .title }}<h3 class="ddd">{{ . }}</h3>{{ end }}
{{ with .content}} <p>{{ . }}</p>{{ end }}
{{ with .content}} <p>{{ . | markdownify }}</p>{{ end }}
</div>
</div>
</div>

Laddar…
Avbryt
Spara