Attempt fix for iOS Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Sat, 10 Aug 2019 22:06:05 +0530
11 files changed,
27 insertions(+),
11 deletions(-)
M
build/about/index.html
→
build/about/index.html
@@ -82,7 +82,9 @@
</div> <hr /> <footer> - <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"></a> + <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> + <img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"> + </a> </footer> </body> </div>
M
build/blog/fb50/index.html
→
build/blog/fb50/index.html
@@ -246,7 +246,9 @@ </div>
<hr /> <p class="muted">Questions or comments? Open an issue at <a href="https://github.com/icyphox/site">this repo</a>, or send a plain-text email to <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a>.</p> <footer> - <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"></a> + <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> + <img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"> + </a> </footer> </body> </div>
M
build/blog/index.html
→
build/blog/index.html
@@ -48,7 +48,9 @@
</div> <hr /> <footer> - <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"></a> + <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> + <img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"> + </a> </footer> </body> </div>
M
build/blog/my-setup/index.html
→
build/blog/my-setup/index.html
@@ -85,7 +85,9 @@ </div>
<hr /> <p class="muted">Questions or comments? Open an issue at <a href="https://github.com/icyphox/site">this repo</a>, or send a plain-text email to <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a>.</p> <footer> - <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"></a> + <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> + <img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"> + </a> </footer> </body> </div>
M
build/blog/python-for-re-1/index.html
→
build/blog/python-for-re-1/index.html
@@ -325,7 +325,9 @@ </div>
<hr /> <p class="muted">Questions or comments? Open an issue at <a href="https://github.com/icyphox/site">this repo</a>, or send a plain-text email to <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a>.</p> <footer> - <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"></a> + <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> + <img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"> + </a> </footer> </body> </div>
M
build/blog/rop-on-arm/index.html
→
build/blog/rop-on-arm/index.html
@@ -256,7 +256,9 @@ </div>
<hr /> <p class="muted">Questions or comments? Open an issue at <a href="https://github.com/icyphox/site">this repo</a>, or send a plain-text email to <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a>.</p> <footer> - <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"></a> + <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> + <img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"> + </a> </footer> </body> </div>
M
build/index.html
→
build/index.html
@@ -66,7 +66,9 @@
</div> <hr /> <footer> - <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"></a> + <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> + <img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"> + </a> </footer> </body> </div>
M
build/reading/index.html
→
build/reading/index.html
@@ -52,7 +52,9 @@
</div> <hr /> <footer> - <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"></a> + <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> + <img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"> + </a> </footer> </body> </div>
M
build/static/style.css
→
build/static/style.css
@@ -26,7 +26,6 @@ }
.container-text { position: absolute; - overflow-x: hidden; top: 0; bottom: 0; left: 0;
M
config.py
→
config.py
@@ -9,6 +9,8 @@ <a href="/reading">reading</a>
<a href="https://twitter.com/icyphox">twitter</a> <a href="/about">about</a> """ -footer = """<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"></a>""" +footer = """<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> + <img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"> + </a>""" template = 'index.html' # default is index.html post_build = ['./rss.py']
M
static/style.css
→
static/style.css
@@ -26,7 +26,6 @@ }
.container-text { position: absolute; - overflow-x: hidden; top: 0; bottom: 0; left: 0;