Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tpl: Allow interface{} params to more funcs #2822

Closed
moorereason opened this issue Dec 22, 2016 · 1 comment · Fixed by #2823
Closed

tpl: Allow interface{} params to more funcs #2822

moorereason opened this issue Dec 22, 2016 · 1 comment · Fixed by #2823
Assignees
Milestone

Comments

@moorereason
Copy link
Contributor

The following template functions only accept string inputs:

  • getenv
  • hasPrefix
  • lower
  • title
  • upper

These should be updated to accept interface{} params.

See https://discuss.gohugo.io/t/hasprefix-function-doesnt-work-as-expected/4891

@moorereason moorereason added this to the v0.19 milestone Dec 22, 2016
@moorereason moorereason self-assigned this Dec 22, 2016
moorereason added a commit to moorereason/hugo that referenced this issue Dec 23, 2016
moorereason added a commit to moorereason/hugo that referenced this issue Dec 23, 2016
moorereason added a commit to moorereason/hugo that referenced this issue Dec 23, 2016
moorereason added a commit to moorereason/hugo that referenced this issue Dec 23, 2016
moorereason added a commit to moorereason/hugo that referenced this issue Dec 23, 2016
@bep bep closed this as completed in #2823 Dec 23, 2016
bep pushed a commit that referenced this issue Dec 23, 2016
bep pushed a commit that referenced this issue Dec 23, 2016
bep pushed a commit that referenced this issue Dec 23, 2016
bep pushed a commit that referenced this issue Dec 23, 2016
bep pushed a commit that referenced this issue Dec 23, 2016
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant