all repos — site @ 6909de7af219d7ba7a175a5001b7477e48ab217e

source for my site, found at icyphox.sh

Meta changes

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Thu, 03 Oct 2019 20:54:05 +0530
commit

6909de7af219d7ba7a175a5001b7477e48ab217e

parent

89b7469a4f95dfe4ba33e7a709c00cb8f67f3eb5

5 files changed, 11 insertions(+), 10 deletions(-)

jump to
M build/about/index.htmlbuild/about/index.html

@@ -2,7 +2,7 @@ <!DOCTYPE html>

<html lang=en> <link rel="stylesheet" href="/static/style.css" type="text/css"> <link rel="shortcut icon" type="images/x-icon" href="/static/favicon.ico"> -<meta name="description" content="The juicy stuff about me."> +<meta name="description" content="Stuff about me, and stuff."> <meta name="viewport" content="initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta content="#021012" name="theme-color">

@@ -10,11 +10,11 @@ <meta name="HandheldFriendly" content="true">

<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@icyphox"> <meta name="twitter:title" content="About"> -<meta name="twitter:description" content="The juicy stuff about me."> +<meta name="twitter:description" content="Stuff about me, and stuff."> <meta name="twitter:image" content="/static/icyphox.png"> <meta property="og:title" content="About"> <meta property="og:type" content="website"> -<meta property="og:description" content="The juicy stuff about me."> +<meta property="og:description" content="Stuff about me, and stuff."> <meta property="og:url" content="https://icyphox.sh"> <meta property="og:image" content="/static/icyphox.png"> <html>
M build/blog/index.htmlbuild/blog/index.html

@@ -2,7 +2,7 @@ <!DOCTYPE html>

<html lang=en> <link rel="stylesheet" href="/static/style.css" type="text/css"> <link rel="shortcut icon" type="images/x-icon" href="/static/favicon.ico"> -<meta name="description" content="Security, forensics and privacy."> +<meta name="description" content="Computers, security & computer security."> <meta name="viewport" content="initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta content="#021012" name="theme-color">

@@ -10,11 +10,11 @@ <meta name="HandheldFriendly" content="true">

<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@icyphox"> <meta name="twitter:title" content="Blog"> -<meta name="twitter:description" content="Security, forensics and privacy."> +<meta name="twitter:description" content="Computers, security & computer security."> <meta name="twitter:image" content="/static/icyphox.png"> <meta property="og:title" content="Blog"> <meta property="og:type" content="website"> -<meta property="og:description" content="Security, forensics and privacy."> +<meta property="og:description" content="Computers, security & computer security."> <meta property="og:url" content="https://icyphox.sh"> <meta property="og:image" content="/static/icyphox.png"> <html>
M pages/about.mdpages/about.md

@@ -1,6 +1,7 @@

--- template: about.html title: About +subtitle: Stuff about me, and stuff. --- # обо мне
M pages/blog/_index.mdpages/blog/_index.md

@@ -1,7 +1,7 @@

--- template: blogindex.html title: Blog -subtitle: Security, forensics and privacy. +subtitle: Computers, security & computer security. --- # блог ([rss](/blog/feed.xml))
M templates/about.htmltemplates/about.html

@@ -2,7 +2,7 @@ <!DOCTYPE html>

<html lang=en> <link rel="stylesheet" href="/static/style.css" type="text/css"> <link rel="shortcut icon" type="images/x-icon" href="/static/favicon.ico"> -<meta name="description" content="The juicy stuff about me."> +<meta name="description" content="{{ subtitle }}"> <meta name="viewport" content="initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta content="#021012" name="theme-color">

@@ -10,11 +10,11 @@ <meta name="HandheldFriendly" content="true">

<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@icyphox"> <meta name="twitter:title" content="{{ title }}"> -<meta name="twitter:description" content="The juicy stuff about me."> +<meta name="twitter:description" content="{{ subtitle }}"> <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="The juicy stuff about me."> +<meta property="og:description" content="{{ subtitle }}"> <meta property="og:url" content="https://icyphox.sh"> <meta property="og:image" content="/static/icyphox.png"> <html>