all repos — site @ c9cd1ddb1ee9dec8490b10761622ac5a2abe3280

source for my site, found at icyphox.sh

fix(templates): image path
Anirudh icyph0x@pm.me
Thu, 16 Aug 2018 21:19:13 +0530
commit

c9cd1ddb1ee9dec8490b10761622ac5a2abe3280

parent

9041b5630c96e70e7c122ead3979456494e739a7

2 files changed, 2 insertions(+), 2 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/icyphox.png"> +<meta name="twitter:image" content="https://icy.ph0x.me/static/icyphox.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/icyphox.png"> +<meta property="og:image" content="https://icy.ph0x.me/static/icyphox.png"> <title> {{ title }}