From 0112454b0a1544bd00fa12485aeb167f9575e86e Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Tue, 29 Sep 2020 20:20:01 +0200
Subject: [PATCH] Bottomline variable

---
 pico-theme.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pico-theme.yml b/pico-theme.yml
index 181ce96..d1e9baa 100644
--- a/pico-theme.yml
+++ b/pico-theme.yml
@@ -3,6 +3,7 @@ api_version: 3                  # Use Pico's latest API version for themes
 meta:                           # Register meta headers used by this theme
     Logo: logo                  # The URL to your website's logo (value is passed to Pico's "url" Twig filter)
     Tagline: tagline            # Your website's tag line, shown right below your site title (supports Markdown)
+    Bottomline: bottomline       # Your website's bottom line, shown in the right of your website's footer
     Social: social              # A list of social icons that will be shown in your website's footer;
                                 #     You must specify a "title", "url" and "icon" per entry
 
-- 
GitLab