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