Selaa lähdekoodia
Merge pull request #67 from raspbeguy/markdown-about
enable markdown in about section
tags/v1.0.0
Mehedi Sharif Titas
5 vuotta sitten
vanhempi
commit
d8c8aef216
No account linked to committer's email address
|
|
@@ -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> |