diff options
Diffstat (limited to 'static/yap')
| -rwxr-xr-x[-rw-r--r--] | static/yap/feed.xml | 6 | ||||
| -rw-r--r-- | static/yap/images/2022-10-10 22-32-46.png | bin | 0 -> 1611602 bytes | |||
| -rwxr-xr-x[-rw-r--r--] | static/yap/theme.xsl | 2 |
3 files changed, 7 insertions, 1 deletions
diff --git a/static/yap/feed.xml b/static/yap/feed.xml index e07a94f..a21167c 100644..100755 --- a/static/yap/feed.xml +++ b/static/yap/feed.xml | |||
| @@ -15,6 +15,12 @@ | |||
| 15 | <!-- October, 2022 --> | 15 | <!-- October, 2022 --> |
| 16 | 16 | ||
| 17 | <item> | 17 | <item> |
| 18 | <title>I have started playing Torchlight 2 again. Forgot how much fun this game actually is. Since I am working on my own game in my spare time, it's interesting to see how they managed to keep their systems simple, yet interesting. Still have no idea if there is end-game, but leveling up is for sure fun.</title> | ||
| 19 | <pubDate>Mon, 10 Oct 2022 22:37:24 +02:00</pubDate> | ||
| 20 | <enclosure url="/yap/images/2022-10-10 22-32-46.png" /> | ||
| 21 | </item> | ||
| 22 | |||
| 23 | <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> | 24 | <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> | 25 | <pubDate>Sat, 08 Oct 2022 22:53:08 +02:00</pubDate> |
| 20 | </item> | 26 | </item> |
diff --git a/static/yap/images/2022-10-10 22-32-46.png b/static/yap/images/2022-10-10 22-32-46.png new file mode 100644 index 0000000..e49532c --- /dev/null +++ b/static/yap/images/2022-10-10 22-32-46.png | |||
| Binary files differ | |||
diff --git a/static/yap/theme.xsl b/static/yap/theme.xsl index 44e679b..4706f95 100644..100755 --- a/static/yap/theme.xsl +++ b/static/yap/theme.xsl | |||
| @@ -69,7 +69,7 @@ | |||
| 69 | <article class="flex flex-col md:flex-row gap-4 mb-10"> | 69 | <article class="flex flex-col md:flex-row gap-4 mb-10"> |
| 70 | 70 | ||
| 71 | <xsl:if test="enclosure/@url"> | 71 | <xsl:if test="enclosure/@url"> |
| 72 | <a class="w-full md:w-80" target="_blank"> | 72 | <a class="w-full md:w-90 block" target="_blank"> |
| 73 | <xsl:attribute name="href"> | 73 | <xsl:attribute name="href"> |
| 74 | <xsl:value-of select="enclosure/@url" /> | 74 | <xsl:value-of select="enclosure/@url" /> |
| 75 | </xsl:attribute> | 75 | </xsl:attribute> |
