I want to make the links to pages work both in Github previews and in the site.
I have a strong feeling that this might be accomplished by render-link but I somehow am not able to it.
Let’s say I have the following:
blogs ----- blog1.md
|
--- blog2.md
I want to link blog1 in blog2. So, I want to do as such [blog 1](blog2.md)
This would work fine on Github preview but won’t in HUGO.
How should I process the .Destination
? Or any other way to do it?
Thanks
Yash