From 97e4208e685aa95d6c1c01ddb25f15aad9dc6de9 Mon Sep 17 00:00:00 2001 From: rra Date: Sun, 24 Nov 2019 15:28:44 +0100 Subject: [PATCH] correct wrong filename --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf014a4..6b090a3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The data is appended at the end of the HTML, so nothing fancy for now. ## Usage and setup -To use this plugin first import `strftime` at the top of `pelican.conf`: +To use this plugin first import `strftime` at the top of `pelicanconf.py`: `from time import strftime`