diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-01-29 08:01:26 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-01-29 08:01:26 +0100 |
| commit | 496e9d847185d7be88ff865e1b9ff55f91ae7d3d (patch) | |
| tree | d5a820704628bde9b6111101041d8270af2d0081 /yapyap/theme.xsl | |
| parent | 29231c17524aa55ff5915b207d1e697c709b7073 (diff) | |
| download | mitjafelicijan.com-496e9d847185d7be88ff865e1b9ff55f91ae7d3d.tar.gz | |
Added updates to YapYap
Diffstat (limited to 'yapyap/theme.xsl')
| -rw-r--r-- | yapyap/theme.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yapyap/theme.xsl b/yapyap/theme.xsl index b2fefc0..387eb52 100644 --- a/yapyap/theme.xsl +++ b/yapyap/theme.xsl | |||
| @@ -134,7 +134,7 @@ | |||
| 134 | <h1><xsl:value-of select="rss/channel/title" /></h1> | 134 | <h1><xsl:value-of select="rss/channel/title" /></h1> |
| 135 | <p> | 135 | <p> |
| 136 | <a target="_blank"> | 136 | <a target="_blank"> |
| 137 | 137 | ||
| 138 | <xsl:attribute name="href"> | 138 | <xsl:attribute name="href"> |
| 139 | <xsl:value-of select="rss/channel/link" /> | 139 | <xsl:value-of select="rss/channel/link" /> |
| 140 | </xsl:attribute> | 140 | </xsl:attribute> |
| @@ -165,7 +165,7 @@ | |||
| 165 | 165 | ||
| 166 | <section> | 166 | <section> |
| 167 | <xsl:if test="description"> | 167 | <xsl:if test="description"> |
| 168 | <p><xsl:value-of select="description" /></p> | 168 | <p><xsl:copy-of select="description" /></p> |
| 169 | </xsl:if> | 169 | </xsl:if> |
| 170 | 170 | ||
| 171 | <xsl:if test="pubDate"> | 171 | <xsl:if test="pubDate"> |
