From d13151eabf6958b71b5bb25340661010501249b6 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sat, 3 Apr 2021 17:43:24 +0100 Subject: [PATCH] fix image location; fix syntax language spec on htaccess rules snippet --- config.toml | 2 +- content/post/nextcloud-caldav-error.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 3b2686e..e07d9c9 100644 --- a/config.toml +++ b/config.toml @@ -15,7 +15,7 @@ paginate = 10 [params] subtitle = "A Journal" - brand = "\"\"/
Ipse Solus
" + brand = "\"\"/
Ipse Solus
" highlightjs = "androidstudio" highlightjs_extra_languages = ["yaml", "xml-dtd"] dateFormat = "02 Jan 2006, 15:04" diff --git a/content/post/nextcloud-caldav-error.md b/content/post/nextcloud-caldav-error.md index 69d603b..f47b6ef 100644 --- a/content/post/nextcloud-caldav-error.md +++ b/content/post/nextcloud-caldav-error.md @@ -10,7 +10,7 @@ Unfortunately, out of the box, it wasn't working. I tried all sorts of suggestio Then, after a day of staring blankly at the problem, I suddenly realized what was wrong. There was a simple `regex` typo in the htaccess configuration that came from nextcloud. Let's see if you can see the difference. Here's what nextcloud gives you: -```xml-dtd +```xml RewriteEngine on RewriteCond %{HTTP_USER_AGENT} DavClnt @@ -27,7 +27,7 @@ Then, after a day of staring blankly at the problem, I suddenly realized what wa and here is what I ended up running successfully with: -```xml-dtd +```xml RewriteEngine on RewriteCond %{HTTP_USER_AGENT} DavClnt