all repos — site @ 3a2cab07fc94e667f29e32704cbd7e28a78e8486

source for my site, found at icyphox.sh

feat: add <meta> description
Anirudh icyph0x@pm.me
Mon, 25 Jun 2018 10:35:13 +0530
commit

3a2cab07fc94e667f29e32704cbd7e28a78e8486

parent

373a109d3f6dc3a6afa5cb5c1cc2ad882b5bf3fd

3 files changed, 21 insertions(+), 18 deletions(-)

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

@@ -1,11 +1,12 @@

<!DOCTYPE html> -<html> +<html lang=en> +<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> +<link rel="stylesheet" href="/static/style.css" type="text/css"> +<meta content="icyphox's personal website" name=description> +<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> +<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> +<meta name="HandheldFriendly" content="true"> <header> - <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> - <link rel="stylesheet" href="/static/style.css" type="text/css"> - <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta name="HandheldFriendly" content="true"> <a href="/">home</a> <a href="/projects">projects</a> <a href="/info">info</a> <a href="/gpg.txt">gpg</a> <title> icyphox
M build/projects/index.htmlbuild/projects/index.html

@@ -1,11 +1,12 @@

<!DOCTYPE html> -<html> +<html lang=en> +<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> +<link rel="stylesheet" href="/static/style.css" type="text/css"> +<meta content="icyphox's personal website" name=description> +<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> +<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> +<meta name="HandheldFriendly" content="true"> <header> - <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> - <link rel="stylesheet" href="/static/style.css" type="text/css"> - <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta name="HandheldFriendly" content="true"> <a href="/">home</a> <a href="/projects">projects</a> <a href="/info">info</a> <a href="/gpg.txt">gpg</a> <title> icyphox
M templates/index.htmltemplates/index.html

@@ -1,11 +1,12 @@

<!DOCTYPE html> -<html> +<html lang=en> +<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> +<link rel="stylesheet" href="/static/style.css" type="text/css"> +<meta content="icyphox's personal website" name=description> +<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> +<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> +<meta name="HandheldFriendly" content="true"> <header> - <link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> - <link rel="stylesheet" href="/static/style.css" type="text/css"> - <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta name="HandheldFriendly" content="true"> {{ header }} <title> {{ title }}