We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #224, Hugo's cache has been introduced so that user only needs to input reCAPTCHA parameters only once in the Staticman config file.
minimo/layouts/partials/comments/staticman/form.html
Line 12 in d2587aa
Nonetheless, users have to input the branch twice, once in the theme config file and once in the Staticman config file. A little line like
branch
{{- $branch := $staticman.comments.branch -}}
would make the whole thing consistent with your arguments for calling parameters from the Staticman config file.
The text was updated successfully, but these errors were encountered:
fix [issues]: #237
4eb4160
@VincentTam check the latest commit: 4eb4160
Sorry, something went wrong.
Thanks for commit.
No branches or pull requests
In #224, Hugo's cache has been introduced so that user only needs to input reCAPTCHA parameters only once in the Staticman config file.
minimo/layouts/partials/comments/staticman/form.html
Line 12 in d2587aa
Nonetheless, users have to input the
branch
twice, once in the theme config file and once in the Staticman config file. A little line likewould make the whole thing consistent with your arguments for calling parameters from the Staticman config file.
The text was updated successfully, but these errors were encountered: