Skip to content

Commit

Permalink
Remove social and follow button
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Oct 31, 2024
1 parent 9ef94e1 commit 07b5e8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ckanext/alisea/templates/package/snippets/info.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{% block package_info %}
{# Removes the follow button and info #}
{% endblock %}
4 changes: 4 additions & 0 deletions ckanext/alisea/templates/snippets/social.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{% set current_url = h.full_current_url() %}
{% block social %}
{# Rmoves the facebook and twitter share #}
{% endblock %}

0 comments on commit 07b5e8b

Please sign in to comment.