ckan / ckanext-showcase

A ckan extension to showcase datasets in use
GNU Affero General Public License v3.0
43 stars 77 forks source link

Search Results Style: Use same tag than core #100

Closed pdelboca closed 3 years ago

pdelboca commented 3 years ago

Currently CKAN core has a <h1> tag to wrap-up the search result text: https://github.com/ckan/ckan/blob/3c4ae58969058b8c0a335a960010855ded5f3640/ckan/templates/snippets/search_form.html#L50

Using h1 instead of h2 will make CSS styling easier across extensions.