Skip to content

Commit

Permalink
add custom footer license block (#159)
Browse files Browse the repository at this point in the history
* add custom footer license block

* Apply suggestions from code review

Used same naming convention as the other blocks on the page (named after the enclosing div class, with underscores and 'extra' at the end)

---------

Co-authored-by: Sylvain Boissel <sylvain@boissel.dev>
  • Loading branch information
chaibax and Ash-Crow committed Jul 17, 2024
1 parent 8b27720 commit 1d2942d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dsfr/templates/dsfr/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@
target="_blank"
rel="noopener external"
title="{{ etalab_license|capfirst }} - {{ new_window_label }}">{{ etalab_license }}</a>
{% block footer_bottom_extra %}
{% endblock footer_bottom_extra %}
</p>
</div>
</div>
Expand Down

0 comments on commit 1d2942d

Please sign in to comment.