mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-24 23:37:19 +00:00
remove double slash
This commit is contained in:
parent
1b4c0899c2
commit
5237e6e35e
@ -26,7 +26,7 @@ safe: false
|
||||
host: 0.0.0.0
|
||||
port: 4000
|
||||
baseurl: /
|
||||
url: http://arcanis.name/
|
||||
url: http://arcanis.name
|
||||
lsi: false
|
||||
|
||||
maruku:
|
||||
|
2
feed.xml
2
feed.xml
@ -5,7 +5,7 @@ layout: none
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>arcanis' blog</title>
|
||||
<link>{{ site.url }}ru</link>
|
||||
<link>{{ site.url }}</link>
|
||||
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
|
||||
{% for post in site.categories.en limit:10 %}
|
||||
{% if post.tags contains 'offtop' %}
|
||||
|
@ -5,7 +5,7 @@ layout: none
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>arcanis' blog</title>
|
||||
<link>{{ site.url }}</link>
|
||||
<link>{{ site.url }}/ru</link>
|
||||
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
|
||||
{% for post in site.categories.ru limit:10 %}
|
||||
{% if post.tags contains 'offtop' %}
|
||||
|
Loading…
Reference in New Issue
Block a user