summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2021-05-14 17:33:48 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2021-05-14 17:33:48 +0100
commit3e9a949c823917e0f4189628959fa4d3eb908db4 (patch)
tree39ed99f030c20e0b27b562f163a1a7c9238f24ce
parent5e627d4cbbfb46a05c8a704379d08955248b4ea3 (diff)
Correct html in template
-rw-r--r--html_templates/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html_templates/default.html b/html_templates/default.html
index b9ce3b6..e3f08f8 100644
--- a/html_templates/default.html
+++ b/html_templates/default.html
@@ -17,7 +17,7 @@
<link href="/posts/nextcloud/atom.xml" type="application/atom+xml" rel="alternate" title="The Home of David T. Sadler - All Posts About Nextcloud"/>
<link href="/posts/php/atom.xml" type="application/atom+xml" rel="alternate" title="The Home of David T. Sadler - All Posts About PHP"/>
</head>
- <body
+ <body>
<section>{{ $contents }}</section>
</body>
</html>