Mark the home page as an h-feed now that it has h-entries on it

This commit is contained in:
Danielle McLean 2017-10-25 13:28:25 +11:00
parent e88b631cdb
commit 3fbf960358
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{% extends 'lemoncurry/layout.html' %}
{% load markdown_deux_tags static %}
{% block html_class %}h-feed{% endblock %}
{% block styles %}
<link rel="stylesheet" type="text/stylus" href="{% static 'home/css/index.styl' %}" />
<link rel="stylesheet" type="text/stylus" href="{% static 'entries/css/h-entry.styl' %}" />