Add links to service cards (closes #11)
This commit is contained in:
parent
476fd85180
commit
fbf0e6d82a
2 changed files with 9 additions and 1 deletions
|
@ -822,6 +822,11 @@ video {
|
|||
line-height: 2.25rem;
|
||||
}
|
||||
|
||||
.text-xs {
|
||||
font-size: 0.75rem;
|
||||
line-height: 1rem;
|
||||
}
|
||||
|
||||
.font-bold {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue