Add links to service cards (closes #11)

This commit is contained in:
Ondřej 2022-10-21 15:41:43 +02:00
parent 476fd85180
commit fbf0e6d82a
2 changed files with 9 additions and 1 deletions

View file

@ -822,6 +822,11 @@ video {
line-height: 2.25rem;
}
.text-xs {
font-size: 0.75rem;
line-height: 1rem;
}
.font-bold {
font-weight: 700;
}

View file

@ -8,8 +8,11 @@
{{ end }}
<h4 class="inline mr-1"><a href="{{ .Params.href }}" class="font-bold link">{{ .Title }}</a></h4>
<div class="inline prose">
{{ .Params.description | safeHTML }}
{{ .Params.description | safeHTML }}
</div>
<p>
<a class="link text-xs font-semibold" href="{{ .RelPermalink }}">Číst více →</a>
</p>
</article>
</li>
{{ end }}