Skip to content

Commit 239befc

Browse files
kjaymillerdragid10
andauthored
Update app.py
Co-authored-by: Alex Oladele <dragid10@gmail.com>
1 parent a1d6349 commit 239befc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def pre_build_site():
5252
app = Site()
5353
app.template_path = "_layouts"
5454
app.static_paths.add("assets")
55+
app.site_vars["SITE_TITLE"] = "Black Python Devs"
5556
app.site_vars["locales"] = ["en"]
5657
app.site_vars["navigation"] = navigation
5758
app.site_vars["DATETIME_FORMAT"] = "%d %b %Y"

0 commit comments

Comments
 (0)