mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2026-07-04 04:40:23 +00:00
change theme again :D
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{{- $license := "" -}}
|
||||
{{- if and (isset .Params "license") (ne .Params.license "") -}}
|
||||
{{- $license = .Params.license -}}
|
||||
{{- else if and (isset site.Params "license") (ne site.Params.license "") -}}
|
||||
{{- $license = site.Params.license -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- if ne $license "" -}}
|
||||
<section class="article license">
|
||||
{{- $license | safeHTML -}}
|
||||
</section>
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user