Skip to content

Commit

Permalink
remove link to plausible.io usage stats
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Oct 27, 2024
1 parent 8088e71 commit 964103a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ from invenio_records_resources.services.records.queryparser import (
QueryParser,
SearchFieldTransformer,
)
# from invenio_records_resources.services.records.facets import TermsFacet
from invenio_communities.communities.records.models import CommunityMetadata
from invenio_db import db
from luqum.tree import Phrase
Expand Down Expand Up @@ -375,6 +376,11 @@ RDM_SORT_OPTIONS = {
),
}

# def orcid = TermsFacet(
# field="is_published",
# label=_("ORCID"),
# value_labels={"true": _("Yes"), "false": _("No")},
# )

RDM_FACETS = {
"access_status": {
Expand Down
3 changes: 0 additions & 3 deletions templates/semantic-ui/invenio_app_rdm/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ <h2 class="ui small header">{{ _("Support") }}</h2>
{% trans rogue_scholar_donate="https://ko-fi.com/rogue_scholar" %}
<p><a href="{{ rogue_scholar_donate }}" target="_blank">Donate</a></p>
{% endtrans %}
{% trans rogue_scholar_usage="https://plausible.io/rogue-scholar.org" %}
<p><a href="{{ rogue_scholar_usage }}" target="_blank">Usage Stats</a></p>
{% endtrans %}
{% trans rogue_scholar_status="https://status.rogue-scholar.org/" %}
<p><a href="{{ rogue_scholar_status }}" target="_blank">Status</a></p>
{% endtrans %}
Expand Down

0 comments on commit 964103a

Please sign in to comment.