mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
fix: get site description from marketing.seo.description
Fix #2673 Fix 439dfb3a408564703696bfd121790358f592e0f0439dfb3a408564703696bfd121790358f592e0f0
This commit is contained in:
parent
c0d0690a83
commit
2d6cad18d6
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@
|
|||
{{ $desc = .Params.abstract }}
|
||||
{{ else if .IsPage }}
|
||||
{{ $desc = .Summary }}
|
||||
{{ else if site.Params.marketing.seo.org_name }}
|
||||
{{ $desc = site.Params.marketing.seo.org_name }}
|
||||
{{ else if site.Params.marketing.seo.description }}
|
||||
{{ $desc = site.Params.marketing.seo.description }}
|
||||
{{ else }}
|
||||
{{ $desc = $superuser_role }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue