update to footer

master
phanes 2023-04-29 22:24:25 -04:00
parent acd9811e3f
commit 648fa2336c
2 changed files with 2 additions and 0 deletions

View File

@ -2,3 +2,4 @@
logo = rsrc/logo.png
title = Dark Horse Linux Project
landing = products/dark-horse-linux
owner = SILO GROUP, LLC

View File

@ -13,6 +13,7 @@ class Site:
self.logo_path = self._site_parser.get('main', 'logo')
self.title = self._site_parser.get( 'main', 'title')
self.landing = self._site_parser.get( 'main', 'landing')
self.owner = self._site_parser.get('main', 'owner')
# paths can be provided as relative paths or absolute paths