tangled
alpha
login
or
join now
ladas552.me
/
Blog
0
fork
atom
My Blog, build with Norgolith
blog.ladas552.me
blog
0
fork
atom
overview
issues
pulls
pipelines
rss updated
Ladas552
6 months ago
fb959e22
b3861f7a
+12
-2
2 changed files
expand all
collapse all
unified
split
public
rss.xml
templates
rss.xml
+11
-1
public/rss.xml
···
6
6
<description>Latest posts</description>
7
7
<generator>Norgolith</generator>
8
8
<language>en-us</language>
9
9
-
<lastBuildDate>Wed, 10 Sep 2025 04:52:05 +0000</lastBuildDate>
9
9
+
<lastBuildDate>Wed, 10 Sep 2025 05:26:43 +0000</lastBuildDate>
10
10
<ttl>60</ttl>
11
11
<atom:link href="https://ladas552.me/rss.xml" rel="self" type="application/rss+xml" />
12
12
···
18
18
<height>144</height>
19
19
</image>
20
20
21
21
+
22
22
+
<item>
23
23
+
<title>We are the souls</title>
24
24
+
<link>https://ladas552.me/posts/we_are_the_souls/</link>
25
25
+
<guid>https://ladas552.me/posts/we_are_the_souls/</guid>
26
26
+
<description>My Dark Souls 3 characters stories</description>
27
27
+
<author>Ladas552</author>
28
28
+
<pubDate>Sat, 06 Sep 2025 00:00:00 +0000</pubDate>
29
29
+
<category>games</category><category>story-time</category>
30
30
+
</item>
21
31
22
32
<item>
23
33
<title>On Owning a Cat</title>
+1
-1
templates/rss.xml
···
18
18
<height>144</height>
19
19
</image>
20
20
21
21
-
{% for post in posts | filter(attribute="draft", value=false) %}
21
21
+
{% for post in posts %}
22
22
<item>
23
23
<title>{{ post.title }}</title>
24
24
<link>{{ post.permalink | escape_xml | safe }}</link>