瀏覽代碼

Merge pull request #67 from raspbeguy/markdown-about

enable markdown in about section
tags/v1.0.0
Mehedi Sharif Titas 5 年之前
父節點
當前提交
d8c8aef216
沒有連結到貢獻者的電子郵件帳戶。
共有 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…
取消
儲存