all repos — site @ a3634fc4f07ebc178edfb24c3104e3cd0f298207

source for my site, found at icyphox.sh

refactor(templates): update <meta> description

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Sun, 09 Sep 2018 11:31:19 +0530
commit

a3634fc4f07ebc178edfb24c3104e3cd0f298207

parent

8c47b6cf7a278a514b1bdc3f3948007a36d14b51

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 content="Anirudh Oppiliappan" name=description> +<meta content="linux, infosec, open source." name=description> <meta name="viewport" content="initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="HandheldFriendly" content="true">
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 content="Anirudh Oppiliappan" name=description> +<meta content="linux, infosec, open source." name=description> <meta name="viewport" content="initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="HandheldFriendly" content="true">
M build/index.htmlbuild/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 content="Anirudh Oppiliappan" name=description> +<meta content="linux, infosec, open source." name=description> <meta name="viewport" content="initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="HandheldFriendly" content="true">
M templates/blog.htmltemplates/blog.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 content="Anirudh Oppiliappan" name=description> +<meta content="linux, infosec, open source." name=description> <meta name="viewport" content="initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="HandheldFriendly" content="true">
M templates/index.htmltemplates/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 content="Anirudh Oppiliappan" name=description> +<meta content="linux, infosec, open source." name=description> <meta name="viewport" content="initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="HandheldFriendly" content="true">