Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/kross-hugo-portfolio-template.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/post.html')
-rw-r--r--layouts/_default/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/post.html b/layouts/_default/post.html
index 9b154df..e9221d6 100644
--- a/layouts/_default/post.html
+++ b/layouts/_default/post.html
@@ -1,6 +1,6 @@
<div class="col-lg-4 col-sm-6 mb-4">
<article class="card shadow">
- <img class="rounded card-img-top" src="{{.Params.Image | relURL}}" alt="{{.Title }}">
+ <a href="{{.Permalink}}" title="{{.Title }}"><img class="rounded card-img-top" src="{{.Params.Image | relURL}}" alt="{{.Title }}"></a>
<div class="card-body">
<h4 class="card-title"><a class="text-dark" href="{{.Permalink}}">{{.Title }}</a>
</h4>