change theme again :D

This commit is contained in:
naoufal zerai
2022-08-18 15:20:15 -04:00
parent dee5809c1a
commit 5dba10766d
287 changed files with 28330 additions and 1506 deletions

View File

@@ -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 -}}