From c68225e360a95f000bc08bf9aa3fbfdfe942572e Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Sat, 13 Jun 2020 19:02:06 +0300 Subject: template fixes --- templates/weblog.html | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'templates/weblog.html') diff --git a/templates/weblog.html b/templates/weblog.html index 8b2eec6..06673ee 100644 --- a/templates/weblog.html +++ b/templates/weblog.html @@ -17,16 +17,6 @@

Yaroslav's website

{% endif %} {% endblock %} -{% block sbdesc %} - {% if section.permalink is containing("weblog") %} -

Hello, my name is Yaroslav de la Peña Smirnov, welcome to my weblog. - Sometimes I write software, sometimes I might write my mind here.

- {% elif section.permalink is containing("food") %} -

Here I keep some of the recipes for food that I cook. Nothing really - special in here, just food that I find delicious, and generally not very - expensive nor time consuming to cook.

- {% endif %} -{% endblock %} {% block content %}
{% for post in paginator.pages %} -- cgit v1.2.3