1
0
Fork 0
mirror of https://github.com/Findus23/matomo4-plugins.git synced 2024-09-19 15:23:43 +02:00

correct url for themes

This commit is contained in:
Lukas Winkler 2020-10-10 21:20:34 +02:00
parent 038691200d
commit 5660f8e428
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -70,7 +70,8 @@
<div class="card-body">
<div class="supports">{% if plugin.supports4 %}✓{% else %}✗{% endif %}</div>
<h5 class="card-title">
<a href="https://plugins.matomo.org/{{ name }}" target="marketplace" rel="noopener">
<a href="https://{% if not plugin.isTheme %}plugins{% else %}themes{% endif %}.matomo.org/{{ name }}"
target="marketplace" rel="noopener">
{{ name }}
</a>
{% if plugin.repositoryUrl %}