remove link underlining

This commit is contained in:
Alexander Popov 2022-09-25 01:08:24 +03:00
parent 0eae3ef7de
commit 2dbdf40a9f
Signed by: iiiypuk
GPG Key ID: D8C9B59A9F04A70C
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
{{ range .Pages.ByPublishDate.Reverse }}
<div class="list-group-item list-group-item-action d-flex gap-3 py-3">
<label>{{ .PublishDate.Format "2006-01-02" }}</label>
<a class="text-clean" href="{{ .RelPermalink }}">{{ .Title }}</a>
<a class="text-decoration-none" href="{{ .RelPermalink }}">{{ .Title }}</a>
</div>
{{ end }}
</div>

View File

@ -13,10 +13,10 @@
<p class="fw-bold mb-1">📕 Languages & frameworks</p>
<div class="lh-lg mb-3">
<span class="rounded px-2 py-1 bg-primary text-white">Pure C</span>
<span class="rounded px-2 py-1 bg-primary text-white">Python</span>
<span class="rounded px-2 py-1 bg-primary text-white text-nowrap">Pure C</span>
<span class="rounded px-2 py-1 bg-primary text-white">Crystal</span>
<span class="rounded px-2 py-1 bg-primary text-white">JavaScript</span>
<span class="rounded px-2 py-1 bg-primary text-white">Python</span>
<span class="rounded px-2 py-1 bg-primary text-white">PHP</span>
<span class="rounded px-2 py-1 bg-primary text-white text-nowrap">Bootstrap 5</span>
<span class="rounded px-2 py-1 bg-primary text-white text-nowrap">CSS 3</span>