From 3fbf96035855f60fde09f6429a75d5dccd972ee4 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Wed, 25 Oct 2017 13:28:25 +1100 Subject: [PATCH] Mark the home page as an h-feed now that it has h-entries on it --- home/templates/home/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/home/templates/home/index.html b/home/templates/home/index.html index f86a689..568e378 100644 --- a/home/templates/home/index.html +++ b/home/templates/home/index.html @@ -1,5 +1,6 @@ {% extends 'lemoncurry/layout.html' %} {% load markdown_deux_tags static %} +{% block html_class %}h-feed{% endblock %} {% block styles %}