Skip to content

Commit

Permalink
Added link to EBI Data Preservation Statement
Browse files Browse the repository at this point in the history
  • Loading branch information
fyvon committed Mar 21, 2024
1 parent 9fcab09 commit a587a58
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 a587a58

Please sign in to comment.