forked from 00dani/lemoncurry
Mark the home page as an h-feed now that it has h-entries on it
This commit is contained in:
parent
e88b631cdb
commit
3fbf960358
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
{% extends 'lemoncurry/layout.html' %}
|
{% extends 'lemoncurry/layout.html' %}
|
||||||
{% load markdown_deux_tags static %}
|
{% load markdown_deux_tags static %}
|
||||||
|
{% block html_class %}h-feed{% endblock %}
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" type="text/stylus" href="{% static 'home/css/index.styl' %}" />
|
<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' %}" />
|
<link rel="stylesheet" type="text/stylus" href="{% static 'entries/css/h-entry.styl' %}" />
|
||||||
|
|
Loading…
Reference in a new issue