mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
parent
2f98b006bf
commit
c055788cab
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@
|
|||
{{ partial "site_footer_license" . }}
|
||||
|
||||
<p class="powered-by">
|
||||
{{ if not site.Params.i_am_a_sponsor }}
|
||||
{{ $is_sponsor := site.Params.i_am_a_sponsor | default false }}
|
||||
{{ $hide_published_with_footer := site.Params.power_ups.hide_published_with | default true }}
|
||||
{{ if not (and $is_sponsor $hide_published_with_footer) }}
|
||||
Published with
|
||||
<a href="https://wowchemy.com" target="_blank" rel="noopener">Wowchemy</a> —
|
||||
the free, <a href="https://github.com/wowchemy/wowchemy-hugo-modules" target="_blank" rel="noopener">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue