Add "Miscellaneous" skills to grad school CV
parent
d7e894c444
commit
998b3d131a
|
@ -40,8 +40,10 @@
|
||||||
</section>
|
</section>
|
||||||
<section id="skills">
|
<section id="skills">
|
||||||
<h2>Relevant Skills</h2>
|
<h2>Relevant Skills</h2>
|
||||||
<xsl:for-each select="./skills/category[@name='Languages']">
|
<xsl:for-each select="./skills/category">
|
||||||
<xsl:call-template name="skill-category"/>
|
<xsl:if test="@name = 'Languages' or @name = 'Miscellaneous'">
|
||||||
|
<xsl:call-template name="skill-category"/>
|
||||||
|
</xsl:if>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in New Issue