all repos — site @ 84a7fa363b4fbecc51ea211aa9a369770729bf48

source for my site, found at icyphox.sh

Link fixes, and hopefully the scrolling issue

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Wed, 12 Jun 2019 22:00:04 +0530
commit

84a7fa363b4fbecc51ea211aa9a369770729bf48

parent

0d9b11fa4bd2261694c806595807c91a4affd949

M build/blog/index.htmlbuild/blog/index.html

@@ -48,8 +48,8 @@

<div class="right"> <a href="https://github.com/icyphox" target="_blank">GitHub</a> <a href="https://twitter.com/icyphox" target="_blank">Twitter</a> - <a href="/blog" target="_blank">Blog</a> - <a href="/about" target="_blank">About</a> + <a href="/blog">Blog</a> + <a href="/about">About</a> </div> </body> </div>
M build/index.htmlbuild/index.html

@@ -42,8 +42,8 @@

<div class="right"> <a href="https://github.com/icyphox" target="_blank">GitHub</a> <a href="https://twitter.com/icyphox" target="_blank">Twitter</a> - <a href="/blog" target="_blank">Blog</a> - <a href="/about" target="_blank">About</a> + <a href="/blog">Blog</a> + <a href="/about">About</a> </div> </body> </div>
M build/static/style.cssbuild/static/style.css

@@ -27,7 +27,7 @@ }

.container-text { position: absolute; - overflow-y: auto; + /*overflow-y: auto;*/ overflow-x: hidden; top: 0; bottom: 0;
M static/style.cssstatic/style.css

@@ -27,7 +27,7 @@ }

.container-text { position: absolute; - overflow-y: auto; + /*overflow-y: auto;*/ overflow-x: hidden; top: 0; bottom: 0;
M templates/blogindex.htmltemplates/blogindex.html

@@ -41,8 +41,8 @@

<div class="right"> <a href="https://github.com/icyphox" target="_blank">GitHub</a> <a href="https://twitter.com/icyphox" target="_blank">Twitter</a> - <a href="/blog" target="_blank">Blog</a> - <a href="/about" target="_blank">About</a> + <a href="/blog">Blog</a> + <a href="/about">About</a> </div> </body> </div>
M templates/index.htmltemplates/index.html

@@ -41,8 +41,8 @@

<div class="right"> <a href="https://github.com/icyphox" target="_blank">GitHub</a> <a href="https://twitter.com/icyphox" target="_blank">Twitter</a> - <a href="/blog" target="_blank">Blog</a> - <a href="/about" target="_blank">About</a> + <a href="/blog">Blog</a> + <a href="/about">About</a> </div> </body> </div>