master
Charles Iliya Krempeaux 2023-12-15 09:29:34 -08:00
parent 0b7645958c
commit 0342d4b5d1
1 changed files with 9 additions and 0 deletions

View File

@ -33,6 +33,15 @@
<address>by @<xsl:value-of select="author/username" /> (<xsl:value-of select="author/name" />)</address>
<p>at <time><xsl:value-of select="created_at" /></time></p>
</main>
<section>
<nav>
<ul class="tweet-thread">
<xsl:for-each select="thread/id">
<li><a href="../{text()}/tweet.xml"><xsl:value-of select="text()" /></a></li>
</xsl:for-each>
</ul>
</nav>
</section>
<footer>
<p>
Original URL: