diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/templates/base.html b/templates/base.html index 43b0b77..a5d743a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -22,23 +22,25 @@ {% endblock %} </div> <div class="sidebar-container"> - <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> - <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> - <a href="/rss.xml" title="RSS feed"><span class="icon"></span></a> + <div class="sticky-wrapper"> + <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> + <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> + <a href="/rss.xml" title="RSS feed"><span class="icon"></span></a> + </div> + <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> + </ul> + <h3>Contact</h3> + <p>If you want to tell me something, you can contact me by email at:</p> + <a href="mailto:contact@yaroslavps.com">contact@yaroslavps.com</a> </div> - <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> - </ul> - <h3>Contact</h3> - <p>If you want to tell me something, you can contact me by email at:</p> - <a href="mailto:contact@yaroslavps.com">contact@yaroslavps.com</a> </div> {% endblock %} </div> |