cioos-siooc / ckan

CKAN is an open-source DMS (data management system) for powering data hubs and data portals. CKAN makes it easy to publish, share and use data. It powers datahub.io, catalog.data.gov and europeandataportal.eu/data/en/dataset among many other sites.
http://ckan.org/
Other
2 stars 4 forks source link

Add config setting to add ra css to base template #79

Closed fostermh closed 3 years ago

fostermh commented 3 years ago

ad 3rd css entry to bae template to pull in RA css file. add between cioos_theme.css and admin css entries

fostermh commented 3 years ago

I see that @ogsletcax has solved this by adding a style snippet to the after header config field. eg

ckan.template_head_end=
    <link rel="stylesheet" type="text/css" href="/national.css" />

We should discuss if we want to all do it this way or standardize on the config setting I have created.

fostermh commented 3 years ago

@jeffcullis will discuss with @jacobthompson101 and @odumidika to see if the template_head_end method would work for atalantic. if so we can go with this method rather than adding a custom config setting.