diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-06-13 19:02:06 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-06-13 19:02:06 +0300 |
commit | c68225e360a95f000bc08bf9aa3fbfdfe942572e (patch) | |
tree | 343368f87052833808521ac174dad49f8b84f780 /templates/weblog.html | |
parent | 6d9127a527f8e02a991820bf9983e58b5458d521 (diff) | |
download | yaroslavps.com-c68225e360a95f000bc08bf9aa3fbfdfe942572e.tar.gz yaroslavps.com-c68225e360a95f000bc08bf9aa3fbfdfe942572e.zip |
template fixes
Diffstat (limited to 'templates/weblog.html')
-rw-r--r-- | templates/weblog.html | 10 |
1 files changed, 0 insertions, 10 deletions
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 @@ <h1>Yaroslav's website</h1> {% endif %} {% endblock %} -{% block sbdesc %} - {% if section.permalink is containing("weblog") %} - <p>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. </p> - {% elif section.permalink is containing("food") %} - <p>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.</p> - {% endif %} -{% endblock %} {% block content %} <div class="posts-list"> {% for post in paginator.pages %} |