Remove 'isset' for flattr param #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When the value if flattr is "", '{{ if isset .Site.Params "flattr" }}' returns true.
Also tried using '{{ with .Site.Params.flattr }}' but it does not work
because it re-scopes '{{ . }}', removing access to '.Site.Title'.