diff options
author | Ben Burwell <ben@benburwell.com> | 2018-09-17 22:12:24 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2018-09-17 22:12:24 -0400 |
commit | cec95aa2559fc095e4351e5dc69f2268f6350651 (patch) | |
tree | 3cc4e8e06af7911008855505117cc76b5628b1be /_layouts/master.html | |
parent | 208821cda116bab74e657d6f0c2cd7c23eff9610 (diff) |
General cleanup
Diffstat (limited to '_layouts/master.html')
-rw-r--r-- | _layouts/master.html | 3 |
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 }} |