diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-10-10 22:44:00 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-10-10 22:44:00 +0200 |
| commit | 5c39d767ffbecefa447dac60b8f0adc0ef2064dc (patch) | |
| tree | 58b3978dacab9b3b135e66bcb255b53c7fc85d24 /static/yap/theme.xsl | |
| parent | eb20bbb5568571126fb24289d92440ee12856afe (diff) | |
| download | mitjafelicijan.com-5c39d767ffbecefa447dac60b8f0adc0ef2064dc.tar.gz | |
Moved repo to new machine
Diffstat (limited to 'static/yap/theme.xsl')
| -rwxr-xr-x[-rw-r--r--] | static/yap/theme.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
