You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a fix for this, but it involves the same pages that I changed for PR #56 . I'll post the PR after I see that you are OK with PR #56. I'll merge it on my end and be certain there are no conflicts.
This is not working if there is no authorlink set in config.
Not working when remarked:
#authorLink = "test@email"
but this works:
authorLink = "test@email"
In layout/_default/single.html:
Error while rendering "page" in "post/": template: _default/single.html:104:78: executing "main" at : wrong number of args for absURL: want 1 got 0
{{ $writer.link | default .Site.Params.authorlink | absURL}}
I thought that this would take care of missing config options (which is above the absurl link):
{{ if and (isset .Site.Params "authorlink") .Site.Params.authorLink }}
but it's not.
The text was updated successfully, but these errors were encountered: