all repos — site @ a1989f5d2193733abd9c6644ff5f337209085f48

source for my site, found at icyphox.sh

refactor(templates): link to GPG, update opengraph links
Anirudh icyph0x@pm.me
Fri, 17 Aug 2018 18:58:36 +0530
commit

a1989f5d2193733abd9c6644ff5f337209085f48

parent

0dd7c7513028fde8111a0b83709f3068b0c735d3

1 files changed, 4 insertions(+), 3 deletions(-)

jump to
M templates/index.htmltemplates/index.html

@@ -10,12 +10,12 @@ <meta name="twitter:card" content="summary_large_image">

<meta name="twitter:site" content="@icyphox"> <meta name="twitter:title" content="Anirudh Oppiliappan"> <meta name="twitter:description" content="linux, infosec, open source."> -<meta name="twitter:image" content="https://icy.ph0x.me/static/icyphox.png"> +<meta name="twitter:image" content="https://xix.ph0x.me/6ee742eef26822926af3529106e340eb.png"> <meta property="og:title" content="Anirudh Oppiliappan"> <meta property="og:type" content="website"> <meta property="og:description" content="linux, infosec, open source."> <meta property="og:url" content="https://icy.ph0x.me"> -<meta property="og:image" content="https://icy.ph0x.me/static/icyphox.png"> +<meta property="og:image" content="https://xix.ph0x.me/6ee742eef26822926af3529106e340eb.png"> <html> <title> {{ title }}

@@ -42,7 +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="https://xix.ph0x.me/resume.pdf" target="_blank">Résumé</a> + <a href="/gpg.txt" target="_blank">GPG</a> </div> </div> </footer> -</html>+</html>