Browse Source

enable markdown in about section

tags/v1.0.0
raspbeguy 5 years ago
parent
commit
8d92b28d6e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      layouts/partials/about.html

+ 1
- 1
layouts/partials/about.html View File

{{"<!-- Express About Yourself -->" | safeHTML}} {{"<!-- Express About Yourself -->" | safeHTML}}
<div class="content text-center"> <div class="content text-center">
{{ with .title }}<h3 class="ddd">{{ . }}</h3>{{ end }} {{ with .title }}<h3 class="ddd">{{ . }}</h3>{{ end }}
{{ with .content}} <p>{{ . }}</p>{{ end }}
{{ with .content}} <p>{{ . | markdownify }}</p>{{ end }}
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save