From: Max Value Date: Tue, 17 Dec 2024 12:00:35 +0000 (+0000) Subject: Fixed sidebar image paths / removed git set config X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=85c267a6496efdb547bcacbfca7c4fbf52da8f5c;p=blog Fixed sidebar image paths / removed git set config --- diff --git a/blog.py b/blog.py index 7a2d6cd..1dac215 100755 --- a/blog.py +++ b/blog.py @@ -16,7 +16,6 @@ md = markdown.Markdown(extensions = ['meta', 'tables', 'footnotes', TocExtension blog_path = environ["BLOG_PATH"] repo = Repo.init(blog_path) -repo.config_writer().set_value("safe", "directory", blog_path).release() class Page(): def __init__( diff --git a/templates/sidebar.md b/templates/sidebar.md index 34e3b3c..2c1b4ba 100644 --- a/templates/sidebar.md +++ b/templates/sidebar.md @@ -1,7 +1,7 @@ *The structure of this site comes from the inherent structure of a Git repo. Links begining with ⛁ go to the Git site: hosted on the [OzVa](https://www.ozva.co.uk) servers. Check both out to see some of my current projects. -![image](/sidebar/iiw1.jpg "The world has already ended.") -![image](/sidebar/iiw2.jpg "Follow Teeth.") +![image](/sidebar/iiw1.jpeg "The world has already ended.") +![image](/sidebar/iiw2.jpeg "Follow Teeth.") ### About