all repos — site @ 31ac2f271e780609be4a173c06f53a8a2307253e

source for my site, found at icyphox.sh

refactor: update title and meta
Anirudh icyph0x@pm.me
Thu, 05 Jul 2018 16:13:33 +0530
commit

31ac2f271e780609be4a173c06f53a8a2307253e

parent

b90bc236cfd957d325459ba18a55ede42e97edb6

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M config.pyconfig.py

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

# config.py - Vite's configuration script -title = 'icyphox' +title = 'Anirudh Oppiliappan' author = '' # header = '<a href="/">home</a> <a href="/projects">projects</a> <a href="/info">info</a> <a href="/gpg.txt">gpg</a>' header = ''
M templates/index.htmltemplates/index.html

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

<!DOCTYPE html> <html lang=en> <link rel="stylesheet" href="/static/style.css" type="text/css"> -<meta content="icyphox's personal website" name=description> +<meta content="Anirudh Oppiliappan" 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">