From 5d6645e8ec8c16c50f4c1488a55daf5ce87f5b1a Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 17 Jun 2019 13:11:48 -0400 Subject: [PATCH] Add environment to config.example.ini --- config.example.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.example.ini b/config.example.ini index 5cd104b..9b7b197 100644 --- a/config.example.ini +++ b/config.example.ini @@ -9,6 +9,9 @@ site-info=https://sourcehut.org # {{ site-name }}, {{ site-blurb }} site-blurb=the hacker's forge # +# If this != production, we add a banner to each page +environment=development +# # Contact information for the site owners owner-name=Drew DeVault owner-email=sir@cmpwn.com -- 2.38.5