From 0f930c28f74eafcc2d4a2906fb53b4bf3d438cb0 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Wed, 1 Jun 2022 17:37:31 -0700 Subject: [PATCH] Add base url to atom feed helps with relative links --- layouts/_default/list.atom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/list.atom.xml b/layouts/_default/list.atom.xml index 01b65cd..d1c2974 100644 --- a/layouts/_default/list.atom.xml +++ b/layouts/_default/list.atom.xml @@ -26,7 +26,7 @@ {{ .Permalink }} CC-BY-SA 4.0 by Rohan Kumar - +
{{ partial "processed-content.html" . | replaceRE `(?: )?(?:item(type|scope|prop|id|ref)="[^"]*"|class="language-figure")` "" | safeHTML }}