Skip to content

Commit

Permalink
site_footer: reset footer text
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatimah authored and slint committed Feb 23, 2024
1 parent 76faa0e commit 1e68245
Showing 1 changed file with 13 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,31 @@
{%- block footer_bottom_left %}

<div
class="eight wide computer six wide tablet sixteen wide mobile column left middle aligned"
class="four wide computer six wide tablet sixteen wide mobile column left middle aligned"
>
{% trans cern_data_center="http://information-technology.web.cern.ch/about/computer-centre" %}Powered by
<a href="{{ cern_data_center }}">CERN Data Centre</a>{% endtrans %}
{% trans invenio_rdm="http://inveniosoftware.org/products/rdm" %}Powered by
<a href="{{ invenio_rdm }}">InvenioRDM</a>
{% endtrans %}
</div>
{%- endblock footer_bottom_left %}

<div
class="four wide computer four wide tablet sixteen wide mobile column middle aligned"
class="four wide computer four wide tablet sixteen wide mobile column centered middle aligned"
>
<i class="green check circle outline icon"></i>
Verified community
{% trans %}
<i class="green check circle outline icon"></i>
Verified community
{% endtrans %}
</div>
<div
class="four wide computer six wide tablet sixteen wide mobile column right aligned"
>
{%- block footer_bottom_right %}
<div class="ui horizontal list">
<div class="item">Status</div>
<div class="item">Privacy policy</div>
<div class="item">Terms of use</div>
<div class="item">Support</div>
<div class="item">{{ _('Status') }}</div>
<div class="item">{{ _('Privacy policy') }}</div>
<div class="item">{{ _('Terms of use') }}</div>
<div class="item">{{ _('Support') }}</div>
</div>
{%- if config.I18N_LANGUAGES %} {% from
"invenio_i18n/macros/language_selector.html" import language_selector_dropdown %}
Expand Down

0 comments on commit 1e68245

Please sign in to comment.