From 8881d326c9e32df50a77636dd96e534766bf7b72 Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Sat, 21 Jun 2014 14:07:58 +0300 Subject: [PATCH] Add META_DESCRIPTION option --- README.md | 1 + alchemy/templates/index.html | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index cbd36c2..7ad470a 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Pelican [documentation](http://docs.getpelican.com/en/latest/) | LICENSE_NAME | TEXT | License (footer) | | LICENSE_URL | URL | - | | MENU_ITEMS | DICT | Menu items | +| META_DESCRIPTION | TEXT | Meta description | | PROFILE_IMAGE | URL | Profile image | | SHOW_ARTICLE_AUTHOR | BOOL | Show/hide author | | SITE_SUBTEXT | TEXT | Header subtitle | diff --git a/alchemy/templates/index.html b/alchemy/templates/index.html index a32b11c..7bc97fb 100644 --- a/alchemy/templates/index.html +++ b/alchemy/templates/index.html @@ -1,5 +1,11 @@ {% extends "base.html" %} +{% block head %} + {{ super() }} + + +{% endblock %} + {% block content %} {% block page_title %}

All Articles