feat(partial): add hook and image partial

This commit is contained in:
Dillon
2020-02-03 11:46:30 +08:00
parent b91ca3d61a
commit 8aba226290
12 changed files with 52 additions and 92 deletions

View File

@@ -282,4 +282,7 @@
<a href="mailto:{{ . }}" rel="me noopener noreffer">
<i class="far fa-envelope fa-fw" target="_blank" title="Email"></i>
</a>
{{- end -}}
{{- with .Site.Params.Social.Custom}}
{{- . | safeHTML -}}
{{- end -}}