Skip to content

Commit

Permalink
Merge pull request #64 from keitaroinc/footer-fix
Browse files Browse the repository at this point in the history
Footer bug fix
  • Loading branch information
blagojabozinovski authored Mar 15, 2024
2 parents 4162245 + a8d489b commit 8e94be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
image: openknowledge/ckan-dev:2.9
services:
solr:
image: ckan/ckan-solr-dev:2.9
image: ckan/ckan-solr:2.10-solr9
postgres:
image: ckan/ckan-postgres-dev:2.9
env:
Expand Down
2 changes: 1 addition & 1 deletion ckanext/kepa/templates/snippets/footer_toolbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="col-md-4 attribution">
<h2 class="title">{{ _('Toolbox for sharing data') }}</h2>
<div class="links">
{{ h.render_markdown(g.footer_social) }}
{{ h.render_markdown(g.footer_toolbox) }}
</div>
</div>
{% endif %}

0 comments on commit 8e94be6

Please sign in to comment.