diff --git a/templates/partial/flex.html b/templates/partial/flex.html index aa8bb46..1394b32 100644 --- a/templates/partial/flex.html +++ b/templates/partial/flex.html @@ -1,4 +1,6 @@ -
{{ _('Powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s', +
{{ _('powered by %(pelican_url)s - %(flex_url)s theme by %(alexandrevicenzi_url)s - modified by %(ricoullmann_url)s - Source: %(flex_ricoullmann_url)s', pelican_url='Pelican', flex_url='Flex'|safe, - alexandrevicenzi_url='Alexandre Vicenzi'|safe) }}
+ alexandrevicenzi_url='Alexandre Vicenzi'|safe, + ricoullmann_url='Rico Ullmann'|safe, + flex_ricoullmann_url='pelican-theme-flex'|safe) }}