From e991d468ea3ccc944b5e15743e1e8ce5c1728609 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Oct 2022 23:00:48 +0200 Subject: Added Microblog RSS link to the main site --- static/yap/feed.xml | 5 +++++ themes/simple/layouts/partials/head.html | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 @@ -14,6 +14,11 @@ + + 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! 👀 + Sat, 08 Oct 2022 22:53:08 +02:00 + + 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. 😠 Sat, 08 Oct 2022 02:42:52 +02:00 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 @@ - + + -- cgit v1.2.3