mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2025-11-09 15:05:55 +00:00
12 lines
375 B
HTML
12 lines
375 B
HTML
{{- $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 -}} |