Copyright section of the page
Copyright fragment is used to show the copyright information, attribution and extra links.
Copyright section of the page
Copyright fragment is used to show the copyright information, attribution and extra links.
+++
fragment = "copyright"
#disabled = true
date = "2016-09-07"
weight = 110
background = "secondary"
copyright = "" # default: Copyright $Year .Site.params.name
attribution = true # enable attribution by setting it to true
+++
Use one instance of this fragment per page. Running more might lead to unexpected issues.
type: string
default: Copyright {{ $Year }} {{ .Site.params.name }} (i18n enabled)
type: boolean
default: false
If set to true, the Syna theme name and link would be shown using the attribution
snippet from i18n
.
Global variables are documented as well and have been omitted from this page.