Skip to content

Commit

Permalink
#4228 adding referrer meta element
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru-m-g committed Jun 14, 2016
1 parent 7068549 commit b52b059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckanext-hdx_theme/ckanext/hdx_theme/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
#}
{%- block meta -%}
<meta charset="utf-8" />
<meta name="referrer" content="always">
{% block meta_generator %}<meta name="generator" content="ckan {{ c.__version__ }}" />{% endblock %}
{%- endblock -%}

Expand Down

0 comments on commit b52b059

Please sign in to comment.