adityatelange / hugo-PaperMod

A fast, clean, responsive Hugo theme.
https://adityatelange.github.io/hugo-PaperMod/
MIT License
9.53k stars 2.58k forks source link

optionally allow cover image to lead to the post itself #1422

Closed vindex10 closed 6 months ago

vindex10 commented 7 months ago

I suggest to have an option in settings, which would allow the cover image to lead to the post it is covering.

Current behavior is that the link is to the source image, not to the post.

I find it intuitive for the cases, when cover image serves as a "larger and more descriptive title" of the post.

Related PR, which we can update if we land on some alternative solution:

https://github.com/adityatelange/hugo-PaperMod/pull/1371

adityatelange commented 6 months ago

linkFullImages can be true, false or post. When it is post, the image in the cover leads to the post.

I don't see where we have mentioned it can be post?

Originally posted by @adityatelange in https://github.com/adityatelange/hugo-PaperMod/issues/1371#issuecomment-1985059231