瀏覽代碼

enable markdown in about section

tags/v1.0.0
raspbeguy 5 年之前
父節點
當前提交
8d92b28d6e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      layouts/partials/about.html

+ 1
- 1
layouts/partials/about.html 查看文件

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

Loading…
取消
儲存