瀏覽代碼

Merge branch 'master' of https://github.com/themefisher/meghna-hugo

tags/v1.0.0
somrat 5 年之前
父節點
當前提交
4c184dd24d
共有 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…
取消
儲存