update to footer
parent
acd9811e3f
commit
648fa2336c
|
@ -2,3 +2,4 @@
|
||||||
logo = rsrc/logo.png
|
logo = rsrc/logo.png
|
||||||
title = Dark Horse Linux Project
|
title = Dark Horse Linux Project
|
||||||
landing = products/dark-horse-linux
|
landing = products/dark-horse-linux
|
||||||
|
owner = SILO GROUP, LLC
|
|
@ -13,6 +13,7 @@ class Site:
|
||||||
self.logo_path = self._site_parser.get('main', 'logo')
|
self.logo_path = self._site_parser.get('main', 'logo')
|
||||||
self.title = self._site_parser.get( 'main', 'title')
|
self.title = self._site_parser.get( 'main', 'title')
|
||||||
self.landing = self._site_parser.get( 'main', 'landing')
|
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
|
# paths can be provided as relative paths or absolute paths
|
||||||
|
|
Loading…
Reference in New Issue