Fixes open meta tag

This commit is contained in:
Andrew Gioia 2020-08-14 15:48:40 -04:00
parent 13144b9bff
commit d1ec4988e0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Long form thoughts on technology, fatherhood, and making things, researched and written by Andrew Gioia."
<meta name="description" content="Long form thoughts on technology, fatherhood, and making things, researched and written by Andrew Gioia.">
<link rel="stylesheet" href="/css/style.css">
{{ with .OutputFormats.Get "rss" -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}