Skip to content

Commit 2eac705

Browse files
committed
Cleanup
1 parent 33db79a commit 2eac705

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python-events-export.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{% for conf in site.data.conferences limit:23 %}
1616
<item>
1717
<title>{{ conf.title | xml_escape }} {{ conf.year }} Conference Deadline</title>
18-
<description><![CDATA[* name of the event: {{conf.title | xml_escape}} {{ conf.year}}<br/>* type of event: Conference <br/> * focus on Python: Yes<br/>* approximate number of attendees: Unknown<br/> * location (incl. country): {{conf.place | xml_escape }}<br/> * dates/times/recurrence (incl. time zone): {{ conf.date | xml_escape }}<br/> * HTML link : <a href="/api/v1/web-embed/proxy?proxyUrl=https%3A%2F%2Fgithub.com%2Fpython-spain%2Fpython-deadlines%2Fcommit%2F%257B%257B%2520conf.link%2520%7C%2520xml_escape%2520%257D%257D&mode=full">{{ conf.title | xml_escape }} {{ conf.year }}</a>]]></description>
18+
<description><![CDATA[* name of the event: {{conf.title | xml_escape}} {{ conf.year}}<br/>* type of event: Conference <br/>* focus on Python: Yes<br/>* approximate number of attendees: Unknown<br/>* location (incl. country): {{conf.place | xml_escape }}<br/>* dates/times/recurrence (incl. time zone): {{ conf.date | xml_escape }}<br/>* HTML link : <a href="/api/v1/web-embed/proxy?proxyUrl=https%3A%2F%2Fgithub.com%2Fpython-spain%2Fpython-deadlines%2Fcommit%2F%257B%257B%2520conf.link%2520%7C%2520xml_escape%2520%257D%257D&mode=full">{{ conf.title | xml_escape }} {{ conf.year }}</a>]]></description>
1919
<pubDate>{{ conf.start | date_to_rfc822 }}</pubDate>
2020
<link>https://{{ site.domain }}/conference/{{conf.title | slugify}}-{{conf.year}}/</link>
2121
<guid isPermaLink="false">{{ conf.id }}</guid>

static/xml/rss-description.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<p>Preview of the feed’s current headlines:</p>
2020
<ol>
2121
<xsl:for-each select="rss/channel/item">
22-
<li><h2><a><xsl:attribute name="href"><xsl:value-of select="link"/></xsl:attribute><xsl:value-of select="title"/></a></h2><br/><p><xsl:copy-of select="description/node()" /></p></li>
22+
<li><h2><a><xsl:attribute name="href"><xsl:value-of select="link"/></xsl:attribute><xsl:value-of select="title"/></a></h2><p><xsl:copy-of select="description/node()" /></p></li>
2323
</xsl:for-each>
2424
</ol>
2525
</body>

0 commit comments

Comments
 (0)