aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/post.html
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-11-09 17:49:48 +0100
committerOscar Najera <hi@oscarnajera.com>2023-11-09 17:49:48 +0100
commitb5d749c64f0b96bbbb70a623693e8091abc37e82 (patch)
tree8b728388f88dee6590514801acab91afcb18b2f4 /layouts/partials/post.html
parent4a826ff2748eafdbf63dd0547706ed7dc7ed3d76 (diff)
downloadhugo-minimalist-theme-b5d749c64f0b96bbbb70a623693e8091abc37e82.tar.gz
hugo-minimalist-theme-b5d749c64f0b96bbbb70a623693e8091abc37e82.tar.bz2
hugo-minimalist-theme-b5d749c64f0b96bbbb70a623693e8091abc37e82.zip
Format and styling
Diffstat (limited to 'layouts/partials/post.html')
-rw-r--r--layouts/partials/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post.html b/layouts/partials/post.html
index ef9f03e..1542235 100644
--- a/layouts/partials/post.html
+++ b/layouts/partials/post.html
@@ -1,6 +1,6 @@
<article class="pv2 bt bb b--black-10">
{{ partial "meta_links.html" . }}
- <a class="db no-underline dim near-black" href="{{ .RelPermalink }}">
+ <a class="db link dim near-black" href="{{ .RelPermalink }}">
<div class="cf">
{{ $image := "" }}
{{ if (.Resources.ByType "image").GetMatch "featured*" }}