diff options
| -rw-r--r-- | templates/home.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/home.html b/templates/home.html index 3e34cae..d8efc3e 100644 --- a/templates/home.html +++ b/templates/home.html @@ -29,7 +29,6 @@ {% block content %} <div class="panel content"> - {{ locale.text("welcome").unwrap()|safe }} </div> {% endblock content %} @@ -38,11 +37,9 @@ <aside> - <div class="panel" style="background-color: #b52f6a; z-index: -1; font-family: 'Terminal Grotesque'; font-size: 2em"> - {{ locale.text("latest-update").unwrap() }}</div> {% include "latestposts.html" %} {% include "random-poem.html" %} </aside> -{% endblock aside %} +{% endblock aside %}
\ No newline at end of file |
