mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 12:52:10 +00:00
Add base url to atom feed
helps with relative links
This commit is contained in:
parent
71bb714ba2
commit
0f930c28f7
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
</author>
|
||||
<id>{{ .Permalink }}</id>
|
||||
<rights>CC-BY-SA 4.0 by Rohan Kumar</rights>
|
||||
<content type="xhtml">
|
||||
<content type="xhtml" xml:base="{{ .Permalink }}">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml">
|
||||
{{ partial "processed-content.html" . | replaceRE `(?: )?(?:item(type|scope|prop|id|ref)="[^"]*"|class="language-figure")` "" | safeHTML }}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue