Meta changes Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Thu, 03 Oct 2019 20:54:05 +0530
5 files changed,
11 insertions(+),
10 deletions(-)
M
build/about/index.html
→
build/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.html
→
build/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.md
→
pages/about.md
@@ -1,6 +1,7 @@
--- template: about.html title: About +subtitle: Stuff about me, and stuff. --- # обо мне
M
pages/blog/_index.md
→
pages/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.html
→
templates/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>