remove link underlining
This commit is contained in:
parent
0eae3ef7de
commit
2dbdf40a9f
@ -15,7 +15,7 @@
|
|||||||
{{ range .Pages.ByPublishDate.Reverse }}
|
{{ range .Pages.ByPublishDate.Reverse }}
|
||||||
<div class="list-group-item list-group-item-action d-flex gap-3 py-3">
|
<div class="list-group-item list-group-item-action d-flex gap-3 py-3">
|
||||||
<label>{{ .PublishDate.Format "2006-01-02" }}</label>
|
<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>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
@ -13,10 +13,10 @@
|
|||||||
|
|
||||||
<p class="fw-bold mb-1">📕 Languages & frameworks</p>
|
<p class="fw-bold mb-1">📕 Languages & frameworks</p>
|
||||||
<div class="lh-lg mb-3">
|
<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 text-nowrap">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">Crystal</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">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">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">Bootstrap 5</span>
|
||||||
<span class="rounded px-2 py-1 bg-primary text-white text-nowrap">CSS 3</span>
|
<span class="rounded px-2 py-1 bg-primary text-white text-nowrap">CSS 3</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user