Skip to content

Commit

Permalink
Merge pull request #341 from fyvon/feature/ebi_ltdp
Browse files Browse the repository at this point in the history
Added link to EBI Data Preservation Statement
  • Loading branch information
fyvon authored Mar 26, 2024
2 parents 9fcab09 + a587a58 commit af8cc04
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion catalog/templates/catalog/includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@

<!-- Copyright -->
<div class="footer-copyright text-center py-3">
<span>Copyright © EMBL-EBI {% now "Y" %}</span><span><a class="pgs_no_icon_link" href="{{ ebi_url }}">EMBL-EBI</a> is an Outstation of the <a class="pgs_no_icon_link" href="https://www.embl.org/">European Molecular Biology Laboratory</a></span><span><a class="pgs_no_icon_link" href="{{ ebi_url }}/about/privacy">Privacy</a></span><span><a class="pgs_no_icon_link" href="{{ ebi_url }}/about/cookies">Cookies</a></span><span><a class="pgs_no_icon_link" href="{{ terms_of_use }}">Terms of use</a></span>
<span>Copyright © EMBL-EBI {% now "Y" %}</span>
<span><a class="pgs_no_icon_link" href="{{ ebi_url }}">EMBL-EBI</a> is an Outstation of the <a class="pgs_no_icon_link" href="https://www.embl.org/">European Molecular Biology Laboratory</a></span>
<span><a class="pgs_no_icon_link" href="{{ ebi_url }}/about/privacy">Privacy</a></span>
<span><a class="pgs_no_icon_link" href="{{ ebi_url }}/about/cookies">Cookies</a></span>
<span><a class="pgs_no_icon_link" href="{{ terms_of_use }}">Terms of use</a></span>
<span><a class="pgs_no_icon_link" href="{{ ebi_url }}/long-term-data-preservation">Data Preservation Statement</a></span>
</div>
<!-- Copyright -->
</footer>
Expand Down

0 comments on commit af8cc04

Please sign in to comment.