Proper titles across the site
Anirudh icyph0x@pm.me
Wed, 27 Mar 2019 19:23:10 +0530
9 files changed,
9 insertions(+),
6 deletions(-)
M
build/about/index.html
→
build/about/index.html
@@ -19,7 +19,7 @@ <meta property="og:url" content="https://icyphox.sh">
<meta property="og:image" content="/static/icyphox.png"> <html> <title> - About + </title> <script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script> <div class="container-text">
M
build/blog/break-the-ice/index.html
→
build/blog/break-the-ice/index.html
@@ -20,7 +20,7 @@ <meta property="og:url" content="https://icyphox.sh">
<meta property="og:image" content="/static/icyphox.png"> <html> <title> - Blog + Anirudh </title> <script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script> <div class="container-text">
M
build/blog/python-for-re-1/index.html
→
build/blog/python-for-re-1/index.html
@@ -20,7 +20,7 @@ <meta property="og:url" content="https://icyphox.sh">
<meta property="og:image" content="/static/icyphox.png"> <html> <title> - Blog + Python for Reverse Engineering #1: ELF Binaries </title> <script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script> <div class="container-text">
M
pages/about.md
→
pages/about.md
@@ -1,5 +1,6 @@
--- template: about.html +title: About --- # Hi, I’m Anirudh.
M
pages/blog/_index.md
→
pages/blog/_index.md
@@ -1,5 +1,6 @@
--- template: blogindex.html +title: Blog --- # Posts
M
pages/blog/python-for-re-1.md
→
pages/blog/python-for-re-1.md
@@ -1,5 +1,6 @@
--- template: text.html +title: Python for Reverse Engineering #1: ELF Binaries --- # Python for Reverse Engineering 1: ELF Binaries
M
templates/about.html
→
templates/about.html
@@ -19,7 +19,7 @@ <meta property="og:url" content="https://icyphox.sh">
<meta property="og:image" content="/static/icyphox.png"> <html> <title> - About + {{ about }} </title> <script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script> <div class="container-text">
M
templates/blogindex.html
→
templates/blogindex.html
@@ -19,7 +19,7 @@ <meta property="og:url" content="https://icyphox.sh">
<meta property="og:image" content="/static/icyphox.png"> <html> <title> - Blog + {{ title }} </title> <script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script> <div class="container-text">
M
templates/text.html
→
templates/text.html
@@ -20,7 +20,7 @@ <meta property="og:url" content="https://icyphox.sh">
<meta property="og:image" content="/static/icyphox.png"> <html> <title> - Blog + {{ title }} </title> <script src="//instant.page/1.1.0" type="module" integrity="sha384-EwBObn5QAxP8f09iemwAJljc+sU+eUXeL9vSBw1eNmVarwhKk2F9vBEpaN9rsrtp"></script> <div class="container-text">