🐛 fix: remove space in atom url

This commit is contained in:
welpo 2023-02-06 01:36:14 +01:00
parent 29afc44149
commit 3f4259d3f4

View File

@ -25,7 +25,7 @@
{# RSS #}
<link rel="alternate" type="application/atom+xml" title="{{ config.title }}" href="{{ get_url(path=" atom.xml",
<link rel="alternate" type="application/atom+xml" title="{{ config.title }}" href="{{ get_url(path="atom.xml",
trailing_slash=false) }}">
<link rel="stylesheet" type="text/css" media="screen" href={{ get_url(path="main.css" ) }} />