diff options
Diffstat (limited to 'layouts/partials/post.html')
-rw-r--r-- | layouts/partials/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post.html b/layouts/partials/post.html index 28c7dec..8afa03e 100644 --- a/layouts/partials/post.html +++ b/layouts/partials/post.html @@ -1,6 +1,6 @@ <article class="py-2 border-y border-gray-200"> {{ partial "meta_links.html" . }} - <a class="block dim text-slate-900" href="{{ .RelPermalink }}"> + <a class="block hover:opacity-50 text-slate-900" href="{{ .RelPermalink }}"> <div class="md:flex"> {{ $image := "" }} {{ if (.Resources.ByType "image").GetMatch "featured*" }} |