From 1f4f03515e19a6cc857029ac6987b173b2128128 Mon Sep 17 00:00:00 2001 From: John Martin Date: Wed, 30 Oct 2013 13:30:55 +0000 Subject: [PATCH] [#1301] Adds skip to content accessibility block --- ckan/templates/page.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ckan/templates/page.html b/ckan/templates/page.html index 8a8485e353b..87495a868f5 100644 --- a/ckan/templates/page.html +++ b/ckan/templates/page.html @@ -2,6 +2,10 @@ {%- block page -%} + {% block skip %} +
{{ _('Skip to content') }}
+ {% endblock %} + {# Override the header on a page by page basis by extending this block. If making sitewide header changes it is preferable to override the header.html