From 105db720ea8fbaf71fc6371a75359e4d170d7981 Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Sun, 8 Oct 2023 23:03:07 +0200 Subject: [PATCH] theme: add separate search entry for rdm --- .../templates/invenio_theme_tugraz/navbar.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html index 62c66c5..ffb782d 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html @@ -12,6 +12,11 @@ "text": _("All") + " " + config.THEME_SITENAME, "value": url_for("invenio_search_ui.search"), "title": "repo", + },{ + "key": "rdm", + "text": _("Research Data"), + "value": "/records/search", + "title": "Research Data", },{ "key": "marc21", "text": _("Publications"),