Skip to content

Commit

Permalink
Its fixed now maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 committed Apr 16, 2022
1 parent d1bb80f commit 6091358
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion menagerie/Items/Pages/AbstractPage.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(self, manager, path: Path):
super().__init__(manager, path)
self.meta: dict[str, object] = {
'title': None,
'description': "No Description Provided",
'description': self.manager.gen.settings['brand']['meta']['description'],
'sort_priority': 10,
'hide_in_nav': False,
'out_file': None,
Expand Down
2 changes: 1 addition & 1 deletion menagerie/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from menagerie.generate import generate
from menagerie.new_project import new_project

__version__ = '0.0.4'
__version__ = '0.0.5'
__help__ = """
Usage:
menagerie new-project [name] : Creates a new menagerie project with a given name
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = menagerie-docs
author = bwc9876
author_email = [email protected]
version = 0.0.4
version = 0.0.5
url = https://github.com/Bwc9876/menagerie
description = A static site generator made for MarkDown, HTML, JsonSchema, XMLSchema, and more
long_description = file: README.md
Expand Down

0 comments on commit 6091358

Please sign in to comment.