templates: add blocks around service links (#65446)

This commit is contained in:
Serghei Mihai 2022-05-19 15:10:02 +02:00
parent 02f0952f9c
commit 03082ffc11
1 changed files with 2 additions and 0 deletions

View File

@ -26,11 +26,13 @@ a.service-message--link {
{% endblock %}
<div>
{% block service-name-top %}{% endblock %}
<a href="{{ home_url }}" class="service-message--link">
{% block service-name-pre %}{% endblock %}
{% block service-name %}{{ name }}{% endblock %}
{% block service-name-post %}{% endblock %}
</a>
{% block service-name-bottom %}{% endblock %}
</div>
</div>
{% endif %}