mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 02:21:37 +01:00
homeinfo : allow markdown
This commit is contained in:
parent
e96e4e51c7
commit
3081579764
@ -4,7 +4,7 @@
|
||||
<h2>{{ .Title }}</h2>
|
||||
</header>
|
||||
<section class="entry-content">
|
||||
<p>{{ .Content | plainify | htmlUnescape }}</p>
|
||||
<p>{{ .Content | markdownify }}</p>
|
||||
</section>
|
||||
<footer class="entry-footer">
|
||||
{{- with $.Site.Params.socialIcons }}
|
||||
|
Loading…
Reference in New Issue
Block a user