comparison emldown_templates/footer.xsl @ 0:4a468c0c2260 draft default tip

planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/main/tools-ecology/tools/make_data_paper_sketches commit 34f4e0604adc2a2ba4902ce6b8e6df2460eda292
author ecology
date Tue, 15 Oct 2024 20:33:32 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4a468c0c2260
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xsl:stylesheet version="1.0"
3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
4
5 <xsl:template name = "footer" match="/">
6 <footer>
7 <div class="copyright">
8 Development supported by <a href='https://ropensci.org/'>rOpenSci</a>
9 </div>
10 <div class ="madeby">
11 Created with <a href="https://github.com/ropenscilabs/emldown">emldown</a>
12 </div>
13 </footer>
14 </xsl:template>
15 </xsl:stylesheet>