diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-06-13 18:17:58 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-06-13 18:17:58 +0300 |
commit | 818b22078c9e106594fe5c0fbcdd4fb7248e15a6 (patch) | |
tree | 7082f7d217cc878d38ab08271ab139ce431d09e7 /templates/base.html | |
parent | 8066b03372131ac206cafc4fe5735ebdf88cf31e (diff) | |
download | yaroslavps.com-818b22078c9e106594fe5c0fbcdd4fb7248e15a6.tar.gz yaroslavps.com-818b22078c9e106594fe5c0fbcdd4fb7248e15a6.zip |
Added links to recipes, recipe archive, smol template changes
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> |