From a67b1cbc8213cae1bf8ff61581ab4c60147ff7f3 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 20 Jan 2021 16:13:46 +0100 Subject: Updated theme --- theme/custom/partial/flex.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 theme/custom/partial/flex.html (limited to 'theme/custom/partial/flex.html') diff --git a/theme/custom/partial/flex.html b/theme/custom/partial/flex.html new file mode 100755 index 0000000..747672b --- /dev/null +++ b/theme/custom/partial/flex.html @@ -0,0 +1,21 @@ +

+{{ + _('Built with %(pelican_url)s', + pelican_url='Pelican') +}} +{% if THEME_COLOR_ENABLE_USER_OVERRIDE %} + | + {{ + _('Switch to the %(dark_url)s | %(light_url)s | %(browser_url)s theme', + dark_url='dark', + light_url='light', + browser_url='browser'|safe) + }} + +{% endif %} +

-- cgit v1.2.3