New style initial
This commit is contained in:
@@ -11,14 +11,12 @@
|
||||
</title>
|
||||
<link rel="stylesheet" href="../css/index.css"/>
|
||||
<link rel="stylesheet" href="../css/webfonts/webfonts.css"/>
|
||||
<link rel="stylesheet" href="../css/post-list.css"/>
|
||||
<link rel="stylesheet" href="../css/metadata.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>RSS Feed Preview</h1>
|
||||
<h1 class="feed-preview">RSS Feed Preview</h1>
|
||||
<p class="nodropcap page-block">This is an RSS feed. Subscribe by copying the URL from the address bar into your newsreader. Don’t have a newsreader? <a href="../about-feeds/">Learn more and get started</a>. It’s free. Below is a preview of what you’ll see in your newsreader when you subscribe. Done here? <a href="../">Go back to nathanupchurch.com</a></p>
|
||||
<h2>Posts</h2>
|
||||
<section class="postlist">
|
||||
<div class="postlist-item-container">
|
||||
<xsl:for-each select="/atom:feed/atom:entry">
|
||||
@@ -40,7 +38,7 @@
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="atom:link/@href"/>
|
||||
</xsl:attribute>
|
||||
<h3>
|
||||
<h3 class="postlist-link">
|
||||
<xsl:value-of select="atom:title"/>
|
||||
</h3>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user