mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
Merge pull request #544 from khusika/footer-fix
fix(footer): Guard post-info-license
This commit is contained in:
commit
0ec591b4ab
1 changed files with 5 additions and 5 deletions
|
@ -17,13 +17,13 @@
|
|||
{{- end -}}
|
||||
</span>
|
||||
</div>
|
||||
{{- with $params.license | string -}}
|
||||
<div class="post-info-license">
|
||||
{{- with $params.license | string -}}
|
||||
<span>
|
||||
{{- . | safeHTML -}}
|
||||
</span>
|
||||
{{- end -}}
|
||||
<span>
|
||||
{{- . | safeHTML -}}
|
||||
</span>
|
||||
</div>
|
||||
{{- end -}}
|
||||
</div>
|
||||
<div class="post-info-line">
|
||||
<div class="post-info-md">
|
||||
|
|
Loading…
Reference in a new issue