summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/master.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/_layouts/master.html b/_layouts/master.html
index d762aad..97d3cf5 100644
--- a/_layouts/master.html
+++ b/_layouts/master.html
@@ -4,11 +4,8 @@
<title>{{ page.title }}</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
- <link rel="shortcut icon" href="/assets/images/icons/favicon.ico" sizes="128x128">
<link rel="alternate" type="application/atom+xml" title="benburwell.com blog posts" href="/feed.xml">
<meta name="author" content="Ben Burwell">
- <meta name="description" content="{{ page.description }}">
- <meta name="keywords" content="{{ site.keywords | join: ',' }}">
</head>
<body>
{{ content }}