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
6 files changed,
10 insertions(+),
10 deletions(-)
M
build/blog/index.html
→
build/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.html
→
build/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.css
→
build/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.css
→
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
templates/blogindex.html
→
templates/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.html
→
templates/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>