view 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
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:template name = "footer" match="/">
   <footer>
     <div class="copyright">
      Development supported by <a href='https://ropensci.org/'>rOpenSci</a>
     </div>
      <div class ="madeby">
        Created with <a href="https://github.com/ropenscilabs/emldown">emldown</a>
     </div>
   </footer>
</xsl:template>
</xsl:stylesheet>