diff options
author | Mark Powers <mark@marks.kitchen> | 2021-12-23 16:50:42 -0600 |
---|---|---|
committer | Mark Powers <mark@marks.kitchen> | 2021-12-23 16:50:42 -0600 |
commit | 1d3574d38909bc9aae2792d839023e296fb25791 (patch) | |
tree | c409fbff38083b85356498f636714e6ec74f95e4 /src/templates/blog-single.html | |
parent | 85a103d6a02a50ce28cbb44c2e693000d9b7388d (diff) |
Add email unsubcribe link, update about me, add hello.js
Diffstat (limited to 'src/templates/blog-single.html')
-rw-r--r-- | src/templates/blog-single.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/templates/blog-single.html b/src/templates/blog-single.html index 3dd0520..201caaa 100644 --- a/src/templates/blog-single.html +++ b/src/templates/blog-single.html @@ -2,10 +2,11 @@ <html lang="en"> <head> - <title>Mark's Kitchen - Blog</title> + <title>Mark's Kitchen — Blog</title> <link rel="stylesheet" type="text/css" href="/css/styles.css"> <meta name="description" content="A post from {{date}}"> {{> header}} + <script src="/js/hello.js"></script> </head> <body> |