From 27de618fdb6e565655704cadc278165489208772 Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Mon, 7 Nov 2016 10:07:44 +0300 Subject: [PATCH] article.summary, and page.summary are always set Pelican will use `Summary:` or trim the content --- alchemy/templates/article.html | 2 -- alchemy/templates/page.html | 2 -- 2 files changed, 4 deletions(-) diff --git a/alchemy/templates/article.html b/alchemy/templates/article.html index 3d95c13..b9efedd 100644 --- a/alchemy/templates/article.html +++ b/alchemy/templates/article.html @@ -2,9 +2,7 @@ {% block head %} {{ super() }} -{% if article.summary %} -{% endif %} {% endblock %} {% block title %} diff --git a/alchemy/templates/page.html b/alchemy/templates/page.html index 8b9c889..8bc4497 100644 --- a/alchemy/templates/page.html +++ b/alchemy/templates/page.html @@ -2,9 +2,7 @@ {% block head %} {{ super() }} -{% if page.summary %} -{% endif %} {% endblock %} {% block title %}