add jobs link to footer

This commit is contained in:
2021-06-30 17:31:09 +02:00
parent 8c1153b058
commit e793ba08e3
2 changed files with 14 additions and 0 deletions
+13
View File
@@ -74,6 +74,19 @@
</xsl:element>
</xsl:element>
<!-- Jobs -->
<xsl:element name="p">
<xsl:element name="a">
<xsl:attribute name="href">
<xsl:value-of select="$urlprefix"/>
<xsl:text>/about/jobs/index.html</xsl:text>
</xsl:attribute>
<xsl:call-template name="fsfe-gettext">
<xsl:with-param name="id" select="'jobs'"/>
</xsl:call-template>
</xsl:element>
</xsl:element>
<!-- Imprint and other legal stuff -->
<xsl:element name="p">
<xsl:element name="a">
+1
View File
@@ -114,6 +114,7 @@
<text id="go-top">Go to the top</text>
<text id="source">Source code</text>
<text id="contact-us">Contact us</text>
<text id="jobs">Jobs</text>
<text id="translate">Translate this page?</text>
<text id="contribute-web">Contribute to the Web team</text>
<text id="imprint">Imprint</text>