mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 20:51:58 +00:00
This commit holds alot of changes in the UI, migration of bootstrap to semantic-ui, override of header.html and setting them for /search & /deposite endpoints. PS. The migration is not finished.
31 lines
886 B
HTML
31 lines
886 B
HTML
{#
|
|
Copyright (C) 2020 TUGRAZ
|
|
Copyright (C) 2020 mojib wali.
|
|
|
|
invenio-theme-tugraz is free software; you can redistribute it and/or
|
|
modify it under the terms of the MIT License; see LICENSE file for more
|
|
details.
|
|
#}
|
|
|
|
{%- block css %}
|
|
|
|
{{ webpack['invenio-theme-tugraz-theme.css'] }}
|
|
{%- endblock %}
|
|
|
|
<footer id="footer" class="footer-bottom">
|
|
<div class="ui grid container">
|
|
<div class="eight wide column left aligned">
|
|
{% trans invenio_rdm="http://inveniosoftware.org/products/rdm" %}Powered by <a
|
|
href="{{invenio_rdm}}">InvenioRDM</a>{% endtrans %}
|
|
</div>
|
|
<div class="eight wide column right aligned">
|
|
<!--
|
|
{%- if config.I18N_LANGUAGES %}
|
|
{% from "invenio_i18n/macros/language_selector.html" import language_selector_dropdown %}
|
|
{{ language_selector_dropdown() }}
|
|
{%- endif %}
|
|
-->
|
|
</div>
|
|
</div>
|
|
</footer>
|