The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

oh that's why the double slashes happen

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso d78c3608 ca5187e9

+2 -2
+1 -1
lume/src/_includes/bare.njk
··· 73 73 <meta name="msapplication-TileColor" content="#ffffff"> 74 74 <meta name="msapplication-TileImage" content="/static/favicon/ms-icon-144x144.png"> 75 75 <meta name="theme-color" content="#ffffff"> 76 - <link rel="canonical" href="https://xeiaso.net/{{ url }}" /> 76 + <link rel="canonical" href="https://xeiaso.net{{ url }}" /> 77 77 78 78 {% if title %} 79 79 <title>{{ title }} - Xeserv</title>
+1 -1
lume/src/_includes/base.njk
··· 20 20 <link rel="manifest" href="/static/manifest.json"/> 21 21 <meta name="theme-color" content="#ffffff"/> 22 22 23 - <link rel="canonical" href="https://xeiaso.net/{{ url }}"/> 23 + <link rel="canonical" href="https://xeiaso.net{{ url }}"/> 24 24 25 25 {% if title %} 26 26 <title>{{ title }} - Xe Iaso</title>