File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Jekyll configuration for Open SDG platform
22
33# Tell the Remote Theme plugin to use the Open SDG platform (Jekyll theme).
4- remote_theme : open-sdg/open-sdg@2.3.0
4+ remote_theme : open-sdg/open-sdg@2.3.2
55
66# UK-specific config settings
77survey_url : https://www.smartsurvey.co.uk/s/EZZRYJ/
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ <h1>{{ page.title | t }}</h1>
1616 {% for indicator in indicator_objects %}
1717
1818 < div class ="row mb-3 ">
19- < div class ="col-1 ps-5 ">
19+ < div class ="col-2 ">
2020 < h4 >
2121 < span class ="indicator-number "> < span class ="visually-hidden "> {{ page.t.general.indicator }}</ span > {{ indicator.indicator_number }}</ span >
2222 </ h4 >
2323 </ div >
24- < div class ="col-8 ">
24+ < div class ="col-7 ">
2525 < span class ="indicator-name "> < a href ="{{ indicator.url }} "> {{ indicator.name }}</ a > ({{ indicator.archive_type }})</ span >
2626 </ div >
2727 < div class ="col-12 col-md-2 ms-auto text-end text-nowrap ">
You can’t perform that action at this time.
0 commit comments