Przeglądaj źródła

enable markdown in about section

tags/v1.0.0
raspbeguy 5 lat temu
rodzic
commit
8d92b28d6e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      layouts/partials/about.html

+ 1
- 1
layouts/partials/about.html Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz