My theme for forester (+plugins)

Fix ~jonsterling/forester#57

authored by iutensil.bsky.social and committed by jonmsterling.com 38fdb2d7 21d66aa0

+2 -2
+2 -2
tree.xsl
··· 288 288 <xsl:attribute name="class">block</xsl:attribute> 289 289 </xsl:otherwise> 290 290 </xsl:choose> 291 - <xsl:if test="f:frontmatter/taxon"> 291 + <xsl:if test="f:frontmatter/f:taxon"> 292 292 <xsl:attribute name="data-taxon"> 293 - <xsl:value-of select="f:frontmatter/taxon" /> 293 + <xsl:value-of select="f:frontmatter/f:taxon" /> 294 294 </xsl:attribute> 295 295 </xsl:if> 296 296