diff options
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 %} |