7
1
mirror of https://gitlab.com/ansol/web-ansol.org.git synced 2024-11-21 22:01:31 +00:00

Unifica os links na seccao de iniciativas na homepage

This commit is contained in:
Hugo Peixoto 2023-03-31 17:18:48 +01:00
parent cdef64f81c
commit b3ebf330c8

View File

@ -62,8 +62,8 @@
{{ with (.Resources.ByType "image").GetMatch "*cover*" }}
<img class='campaign-cover' src="{{ .Permalink }}" alt="" />
{{ end }}
<h3 class='title'>{{ .Title }}</h3>
</a>
<h3 class='title'><a href="{{ .Permalink }}">{{ .Title }}</a></h3>
</li>
{{ end }}
</ul>