1
0
Fork 0

Add "Miscellaneous" skills to grad school CV

main
Ainsley Ellis 2025-06-03 00:56:56 -04:00
parent d7e894c444
commit 998b3d131a
1 changed files with 4 additions and 2 deletions

View File

@ -40,8 +40,10 @@
</section>
<section id="skills">
<h2>Relevant Skills</h2>
<xsl:for-each select="./skills/category[@name='Languages']">
<xsl:call-template name="skill-category"/>
<xsl:for-each select="./skills/category">
<xsl:if test="@name = 'Languages' or @name = 'Miscellaneous'">
<xsl:call-template name="skill-category"/>
</xsl:if>
</xsl:for-each>
</section>
</main>