Sha256: 640f89c146121a3af2010bdad9c49ab338ad5d1313a58ee447822c336b95c980

Contents?: true

Size: 1.5 KB

Versions: 16

Compression:

Stored size: 1.5 KB

Contents

<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<html>
  <head>
    <title><xsl:value-of select="rss/channel/title"/></title>
    <style type="text/css">
    @import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600);
    @import url(/assets/css/feed.css);
    </style>
  </head>
  <body>
    <div id="container">
      <header>
        <h1><xsl:element name="a"><xsl:attribute name="href"><xsl:value-of select="rss/channel/link" /></xsl:attribute><xsl:attribute name="rel"><xsl:value-of select="rss/channel/title" /></xsl:attribute><xsl:value-of select="rss/channel/title" /></xsl:element></h1>
        <h2><xsl:value-of select="rss/channel/description"/></h2>
      </header>
      <section id="content">
        <xsl:for-each select="rss/channel/item">
        <article>
          <h3><xsl:element name="a"><xsl:attribute name="href"><xsl:value-of select="link" /></xsl:attribute><xsl:attribute name="rel"><xsl:value-of select="title" /></xsl:attribute><xsl:value-of select="title" /></xsl:element></h3>
          <small><xsl:value-of select="pubDate"/> | <xsl:value-of select="author"/></small>
          <xsl:value-of select="description"  disable-output-escaping="yes"/>
        </article>
        </xsl:for-each>
      </section>
      <footer>
        <small><xsl:value-of select="rss/channel/copyright" /></small>
      </footer>
    </div>
  </body>
</html>
</xsl:template>
</xsl:stylesheet>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
jekyll-theme-perry-0.1.16 assets/xsl/feed.xsl
jekyll-theme-perry-0.1.15 assets/xsl/feed.xsl
jekyll-theme-perry-0.1.14 assets/xsl/feed.xsl
jekyll-theme-perry-0.1.13 assets/xsl/feed.xsl
jekyll-theme-perry-0.1.12 assets/xsl/feed.xsl
jekyll-theme-perry-0.1.11 assets/xsl/feed.xsl
jekyll-theme-perry-0.1.10 assets/xsl/feed.xsl
jekyll-theme-perry-0.1.8 assets/xsl/feed.xsl
jekyll-theme-perry-0.1.7 assets/xsl/feed.xsl
jekyll-theme-perry-0.1.6 assets/xsl/feed.xsl
jekyll-theme-perry-0.1.5 assets/xsl/feed.xsl
jekyll-theme-perry-0.1.4 assets/xsl/feed.xsl
jekyll-theme-perry-0.1.3 assets/xsl/feed.xsl
jekyll-theme-perry-0.1.2 assets/xsl/feed.xsl
jekyll-theme-perry-0.1.1 assets/xsl/feed.xsl
jekyll-theme-perry-0.1.0 assets/xsl/feed.xsl