Skip to content

Commit

Permalink
landing page: hide citations if preview
Browse files Browse the repository at this point in the history
  • Loading branch information
jennur authored and kpsherva committed Oct 25, 2023
1 parent 68ccda4 commit d7c1c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/semantic-ui/zenodo_rdm/records/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h4 class="inline">{{ record.ui.access_status.title_l10n }}</h4>


{%- block record_footer -%}
{% if citations_enabled %}
{% if citations_enabled and not is_preview %}
<section
id="citations-search"
data-record-pids='{{ record.pids | tojson }}'
Expand Down

0 comments on commit d7c1c10

Please sign in to comment.