Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PTL #3771

Merged
merged 7 commits into from
Jul 2, 2024
Merged

PTL #3771

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Jekyll configuration for Open SDG platform

# Tell the Remote Theme plugin to use the Open SDG platform (Jekyll theme).
remote_theme: open-sdg/[email protected].0
remote_theme: open-sdg/[email protected].2

#UK-specific config settings
survey_url: https://www.smartsurvey.co.uk/s/EZZRYJ/
Expand Down
4 changes: 2 additions & 2 deletions _layouts/standalone-indicators.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ <h1>{{ page.title | t }}</h1>
{% for indicator in indicator_objects %}

<div class="row mb-3">
<div class="col-1 ps-5">
<div class="col-2">
<h4>
<span class="indicator-number"><span class="visually-hidden">{{ page.t.general.indicator }}</span> {{ indicator.indicator_number }}</span>
</h4>
</div>
<div class="col-8">
<div class="col-7">
<span class="indicator-name"><a href="{{ indicator.url }}">{{ indicator.name }}</a> ({{ indicator.archive_type }})</span>
</div>
<div class="col-12 col-md-2 ms-auto text-end text-nowrap">
Expand Down
Loading