From 8f7ae7a0756f21790d60342d3631b6cbc3daa063 Mon Sep 17 00:00:00 2001 From: tiyn Date: Fri, 29 Jul 2022 16:23:12 +0200 Subject: [PATCH] src/readme: fixed typos --- README.md | 2 +- src/content.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 70185ba..fc44320 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ You have to specify the filetype by extension. ### PIP/Python - `git clone https://github.com/tiyn/beaker-blog` -- `cd tiyny-blog/src` +- `cd beaker-blog/src` - edit the `config.py` file according to your needs - `pip3install -r requirements.txt` - install depenencies - run `python app.py` diff --git a/src/content.py b/src/content.py index 36667f4..ffd16c9 100644 --- a/src/content.py +++ b/src/content.py @@ -1,4 +1,3 @@ -import datetime from datetime import datetime import markdown import os @@ -9,7 +8,6 @@ import config ENTRY_DIR = 'templates/entry' - def gen_arch_string(): """ Creates and returns a archive string of every file in ENTRY_DIR.