瀏覽代碼

Add possibility for HTML in copyright section

pull/2/head
Ben 4 年之前
父節點
當前提交
e39a8bde5a
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      layouts/partials/footer.html

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

@@ -1,6 +1,6 @@
<div class="footer wrapper">
<nav class="nav">
<div>{{ with .Site.Copyright }} {{ . }} | {{ end }} <a href="https://github.com/knadh/hugo-ink">Ink</a> theme on <a href="https://gohugo.io">Hugo</a></div>
<div>{{ with .Site.Copyright }} {{ . | safeHTML }} | {{ end }} <a href="https://github.com/knadh/hugo-ink">Ink</a> theme on <a href="https://gohugo.io">Hugo</a></div>
</nav>
</div>


Loading…
取消
儲存