From 0a88ade33bff3f714e701f8c4b210e824c3d231d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Thu, 6 Oct 2022 04:54:57 +0300 Subject: CSS and templates revamp Had been thinking for a long while (prob about 2y now) that I wanted for there to be no distractions while reading the content (i.e. no sidebar). Didn't know how to handle navigation, though. Have made a lot of changes and am actually pretty satisfied with the results. Looks much cleaner now, and for those who know how to use browsers is actually more comfortable, since you can just press the end key and you are taken to the footer where all the navigation is. Of course, where it is relevant there are some navigation links at the top of the page. Phone users have it a little more uncomfortable, but phone usage overall has and always will be uncomfy. Such is the nature of small touch screens. --- templates/weblog_archive.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'templates/weblog_archive.html') diff --git a/templates/weblog_archive.html b/templates/weblog_archive.html index 74613e4..577ad0d 100644 --- a/templates/weblog_archive.html +++ b/templates/weblog_archive.html @@ -18,6 +18,31 @@ Weblog archive - Yaroslav's weblog Yaroslav's weblog archive {% endif %} + {% endblock %} {% block content %} {% if lang != "en" %} -- cgit v1.2.3