aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/yap/feed.xml5
-rw-r--r--themes/simple/layouts/partials/head.html3
2 files changed, 7 insertions, 1 deletions
diff --git a/static/yap/feed.xml b/static/yap/feed.xml
index 2dec39c..e07a94f 100644
--- a/static/yap/feed.xml
+++ b/static/yap/feed.xml
@@ -15,6 +15,11 @@
15 <!-- October, 2022 --> 15 <!-- October, 2022 -->
16 16
17 <item> 17 <item>
18 <title>Managing all the requirements for Gtk4 development looked more and more like a huge pain, so I moved to Gnome Builder for development of desktop apps. Builder is really impressive piece of software! 👀</title>
19 <pubDate>Sat, 08 Oct 2022 22:53:08 +02:00</pubDate>
20 </item>
21
22 <item>
18 <title>Gtk4 is really missing some quality Python documentation! All that you can find is examples for Gtk3, and it is not really completely compatible with v4. This makes working with it extremely frustrating. 😠</title> 23 <title>Gtk4 is really missing some quality Python documentation! All that you can find is examples for Gtk3, and it is not really completely compatible with v4. This makes working with it extremely frustrating. 😠</title>
19 <pubDate>Sat, 08 Oct 2022 02:42:52 +02:00</pubDate> 24 <pubDate>Sat, 08 Oct 2022 02:42:52 +02:00</pubDate>
20 </item> 25 </item>
diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html
index 3ec127a..b79a030 100644
--- a/themes/simple/layouts/partials/head.html
+++ b/themes/simple/layouts/partials/head.html
@@ -2,7 +2,8 @@
2<meta name="theme-color" content="#ffffff"> 2<meta name="theme-color" content="#ffffff">
3<meta name="viewport" content="width=device-width, initial-scale=1.0"> 3<meta name="viewport" content="width=device-width, initial-scale=1.0">
4 4
5<link rel="alternate" type="application/rss+xml" href="/index.xml"> 5<link rel="alternate" type="application/rss+xml" href="/index.xml" title="{{ .Site.Author.name }}">
6<link rel="alternate" type="application/rss+xml" href="/yap/feed.xml" title="Microblog - {{ .Site.Author.name }}">
6 7
7<link rel="icon" type="image/gif" href="/general/favicon.gif" /> 8<link rel="icon" type="image/gif" href="/general/favicon.gif" />
8 9