aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-03-15 02:04:30 +0300
committerYaroslav <contact@yaroslavps.com>2020-03-15 02:04:30 +0300
commit2dace68a24ca0fc4355b2ebceea8eaa1be36fd10 (patch)
treeec37ab919b7d27801ecd5706ff789c8fa2a91d60 /templates
parent0e0522500103610258f9aeefb6d33b827952c9e1 (diff)
downloadyaroslavps.com-2dace68a24ca0fc4355b2ebceea8eaa1be36fd10.tar.gz
yaroslavps.com-2dace68a24ca0fc4355b2ebceea8eaa1be36fd10.zip
css to sass; fixed fucking pre overflow
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html34
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>