This is the page I’m on: https://www.psychedelicsdaily.com/blog/extended-state-dmt-prolong-the-dmt-flash/ and I need to have https://www.psychedelicsdaily.com/blog/extended-state-dmt-prolong-the-dmt-flash/
outputted.
<a class="w3c" href="https://validator.w3.org/nu/?doc={{.Permalink}}">
I’m using this in my footer code and it produces the wrong link: https://validator.w3.org/nu/?doc=https%3a%2f%2fwww.psychedelicsdaily.com%2fabout%2fmission%2f
However it is outputting the wrong page, /about/mission
instead of the article’s page permalink.
I’ve tried a few things, googled and searched around the forums. It was said to use .Permalink and I’m not able to get the right link. This is in the footer partial.
https://gitlab.com/hashborgir/psychedelicsdaily.com-hugo.git Git Repo
UPDATE: Oh, partialCached vs partial. Doh. I was using cached. Thanks.