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