aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-06-13 18:17:58 +0300
committerYaroslav <contact@yaroslavps.com>2020-06-13 18:17:58 +0300
commit818b22078c9e106594fe5c0fbcdd4fb7248e15a6 (patch)
tree7082f7d217cc878d38ab08271ab139ce431d09e7 /templates/base.html
parent8066b03372131ac206cafc4fe5735ebdf88cf31e (diff)
downloadyaroslavps.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.html14
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>