mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 20:51:58 +00:00
theme: add separate search entry for rdm
This commit is contained in:
@@ -12,6 +12,11 @@
|
|||||||
"text": _("All") + " " + config.THEME_SITENAME,
|
"text": _("All") + " " + config.THEME_SITENAME,
|
||||||
"value": url_for("invenio_search_ui.search"),
|
"value": url_for("invenio_search_ui.search"),
|
||||||
"title": "repo",
|
"title": "repo",
|
||||||
|
},{
|
||||||
|
"key": "rdm",
|
||||||
|
"text": _("Research Data"),
|
||||||
|
"value": "/records/search",
|
||||||
|
"title": "Research Data",
|
||||||
},{
|
},{
|
||||||
"key": "marc21",
|
"key": "marc21",
|
||||||
"text": _("Publications"),
|
"text": _("Publications"),
|
||||||
|
|||||||
Reference in New Issue
Block a user