redo home page
This commit is contained in:
@ -43,3 +43,12 @@
|
||||
<link href="{{ config.site_url }}feed_rss_updated.xml" type="application/rss+xml" rel="alternate" title="Trent's Blog - RSS Feed Updated"/>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
{% if page and page.meta and page.meta.title != "Home" %}
|
||||
{{ super() }}
|
||||
{% else %}
|
||||
{% include "home.html" %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user