Bläddra i källkod
Merge pull request #67 from raspbeguy/markdown-about
enable markdown in about section
tags/v1.0.0
Mehedi Sharif Titas
5 år sedan
förälder
incheckning
d8c8aef216
Inget konto är kopplat till bidragsgivarens mejladress
|
|
@@ -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> |