Skip to content

Commit

Permalink
#5 link
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 27, 2024
1 parent ba350a6 commit 0be847a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion xsl/index.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ SOFTWARE.
<xsl:text>) on </xsl:text>
<xsl:value-of select="fb/@dob"/>
<br/>
<xsl:text>FB: </xsl:text>
<a href="https://github.com/yegor256/factbase">
<xsl:text>Factbase</xsl:text>
</a>
<xsl:text>: </xsl:text>
<xsl:value-of select="count(fb/f)"/>
<xsl:text> facts, </xsl:text>
<xsl:value-of select="fb/@size"/>
Expand Down

0 comments on commit 0be847a

Please sign in to comment.