diff options
| -rw-r--r-- | html_templates/default.html | 2 |
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> |
