Add subtitle to template and frontmatter
Anirudh icyph0x@pm.me
Mon, 08 Apr 2019 23:22:37 +0530
5 files changed,
5 insertions(+),
4 deletions(-)
M
build/blog/break-the-ice/index.html
→
build/blog/break-the-ice/index.html
@@ -15,7 +15,7 @@ <meta name="twitter:description" content="A blog where security is shilled, aggressively.">
<meta name="twitter:image" content="/static/icyphox.png"> <meta property="og:title" content="Anirudh"> <meta property="og:type" content="website"> -<meta property="og:description" content="A blog where security is shilled, aggressively."> +<meta property="og:description" content=""> <meta property="og:url" content="https://icyphox.sh"> <meta property="og:image" content="/static/icyphox.png"> <html>
M
build/blog/python-for-re-1/index.html
→
build/blog/python-for-re-1/index.html
@@ -15,7 +15,7 @@ <meta name="twitter:description" content="A blog where security is shilled, aggressively.">
<meta name="twitter:image" content="/static/icyphox.png"> <meta property="og:title" content="Python for Reverse Engineering #1: ELF Binaries"> <meta property="og:type" content="website"> -<meta property="og:description" content="A blog where security is shilled, aggressively."> +<meta property="og:description" content="Building your own disassembly tooling for — that’s right — fun and profit"> <meta property="og:url" content="https://icyphox.sh"> <meta property="og:image" content="/static/icyphox.png"> <html>
M
build/blog/python-for-re-2/index.html
→
build/blog/python-for-re-2/index.html
@@ -15,7 +15,7 @@ <meta name="twitter:description" content="A blog where security is shilled, aggressively.">
<meta name="twitter:image" content="/static/icyphox.png"> <meta property="og:title" content=""> <meta property="og:type" content="website"> -<meta property="og:description" content="A blog where security is shilled, aggressively."> +<meta property="og:description" content=""> <meta property="og:url" content="https://icyphox.sh"> <meta property="og:image" content="/static/icyphox.png"> <html>
M
pages/blog/python-for-re-1.md
→
pages/blog/python-for-re-1.md
@@ -1,6 +1,7 @@
--- template: text.html title: Python for Reverse Engineering #1: ELF Binaries +subtitle: Building your own disassembly tooling for — that’s right — fun and profit date: 8 Feb, 2019 ---
M
templates/text.html
→
templates/text.html
@@ -15,7 +15,7 @@ <meta name="twitter:description" content="A blog where security is shilled, aggressively.">
<meta name="twitter:image" content="/static/icyphox.png"> <meta property="og:title" content="{{ title }}"> <meta property="og:type" content="website"> -<meta property="og:description" content="A blog where security is shilled, aggressively."> +<meta property="og:description" content="{{ subtitle }}"> <meta property="og:url" content="https://icyphox.sh"> <meta property="og:image" content="/static/icyphox.png"> <html>