diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index ccb167a..2974335 100644 --- a/templates/base.html +++ b/templates/base.html @@ -28,9 +28,11 @@ </div> <div class="sidebar-container"> <div class="sticky-wrapper"> + {% block sbdesc %} <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> + {% endblock %} <div class="links-container"> <a href="https://github.com/Yaroslav-95" title="GitHub"><span class="icon"></span></a> <a href="https://git.yaroslavps.com/yaroslav" title="Git server"><span class="icon"></span></a> @@ -39,8 +41,16 @@ <h3>Navigation</h3> <ul class="navigation-list"> <li><a href="/">Landing page</a></li> - <li><a href="/weblog/">Weblog ~</a></li> - <li><a href="/weblog/archive">Weblog archive</a></li> + <li><a href="/weblog/">Weblog</a> + <ul> + <li><a href="/weblog/archive/">Archive</a></li> + </ul> + </li> + <li><a href="/food/">Recipe book</a> + <ul> + <li><a href="/food/archive/">Archive</a></li> + </ul> + </li> </ul> <h3>Contact</h3> <p>If you want to tell me something, you can contact me by email at:</p> |