fix(music): fix music shortcode

This commit is contained in:
Dillon
2020-02-04 01:55:24 +08:00
parent d8854c7e47
commit 097473ef2a
6 changed files with 32 additions and 26 deletions

View File

@@ -21,15 +21,16 @@
<span class="author" itemprop="copyrightHolder">&nbsp;<a href="{{ $.Site.Author.link | default $.Site.BaseURL }}" target="_blank">{{ . }}</a></span>
{{- end -}}
{{- /* ICP */ -}}
{{- with .Site.Params.icp -}}
&nbsp;|&nbsp;<span class="icp">{{ . | safeHTML }}</span>
{{- end -}}
{{- /* License */ -}}
{{- with .Site.Params.license -}}
&nbsp;|&nbsp;<span class="license">{{ . | safeHTML }}</span>
{{- end -}}
{{- /* ICP */ -}}
{{- with .Site.Params.icp -}}
<span class="icp-splitter">&nbsp;|&nbsp;</span><br class="icp-br"/>
<span class="icp">{{ . | safeHTML }}</span>
{{- end -}}
</div>
</div>
</footer>