Remove 'isset' for flattr param #5

Merged
forquare merged 1 commit from master into master 2017-08-15 22:39:57 +01:00
forquare commented 2017-08-15 22:39:40 +01:00 (Migrated from github.com)

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'.

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'.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
forquare/rehyde-x!5
No description provided.