mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
parent
ebcb34b523
commit
55d7a2bff4
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@
|
|||
|
||||
{{ if ($copyright_license.enable | default false) }}
|
||||
|
||||
{{ $allow_commercial := .Params.copyright.license.allow_commercial | default site.Params.copyright.license.allow_commercial }}
|
||||
{{ $allow_derivatives := .Params.copyright.license.allow_derivatives | default site.Params.copyright.license.allow_derivatives }}
|
||||
{{ $share_alike := .Params.copyright.license.share_alike | default site.Params.copyright.license.share_alike }}
|
||||
{{ $allow_commercial := $copyright_license.allow_commercial | default false }}
|
||||
{{ $allow_derivatives := $copyright_license.allow_derivatives | default false }}
|
||||
{{ $share_alike := $copyright_license.share_alike | default true }}
|
||||
|
||||
{{ $cc_code := "by" }}
|
||||
{{ if not $allow_commercial }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue