Parcourir la source

Merge pull request #67 from raspbeguy/markdown-about

enable markdown in about section
tags/v1.0.0
Mehedi Sharif Titas il y a 5 ans
Parent
révision
d8c8aef216
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      layouts/partials/about.html

+ 1
- 1
layouts/partials/about.html Voir le fichier

@@ -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>

Chargement…
Annuler
Enregistrer