redo home page

This commit is contained in:
2021-09-10 20:26:47 -07:00
parent 730e14586d
commit aed6090f12
81 changed files with 27052 additions and 1508 deletions

View File

@ -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 %}