diff options
author | Jesús <heckyel@hyperbola.info> | 2019-11-23 20:11:52 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-11-23 20:11:52 -0500 |
commit | 1fe879813317e17840e40273c70d5c6f11ac1c2b (patch) | |
tree | d4593e59357d67396473f735ec8aef3c2bf12c5c | |
parent | 7684aca39a196ff415ac330c08f127ea92d17a43 (diff) | |
download | cl-1fe879813317e17840e40273c70d5c6f11ac1c2b.tar.lz cl-1fe879813317e17840e40273c70d5c6f11ac1c2b.tar.xz cl-1fe879813317e17840e40273c70d5c6f11ac1c2b.zip |
fix extends template
-rw-r--r-- | cl-theme/templates/author.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cl-theme/templates/author.html b/cl-theme/templates/author.html index e55b534..035f222 100644 --- a/cl-theme/templates/author.html +++ b/cl-theme/templates/author.html @@ -1,4 +1,4 @@ -{% extends "index.html" %} +{% extends "base.html" %} {% block head %} {% block title %} |