diff --git a/ckanext/alisea/templates/package/snippets/info.html b/ckanext/alisea/templates/package/snippets/info.html new file mode 100644 index 0000000..fa1f2a2 --- /dev/null +++ b/ckanext/alisea/templates/package/snippets/info.html @@ -0,0 +1,3 @@ +{% block package_info %} +{# Removes the follow button and info #} +{% endblock %} \ No newline at end of file diff --git a/ckanext/alisea/templates/snippets/social.html b/ckanext/alisea/templates/snippets/social.html new file mode 100644 index 0000000..f638201 --- /dev/null +++ b/ckanext/alisea/templates/snippets/social.html @@ -0,0 +1,4 @@ +{% set current_url = h.full_current_url() %} +{% block social %} +{# Rmoves the facebook and twitter share #} +{% endblock %} \ No newline at end of file