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
v3.1.1
I have created a custom tag:
{% newTag arg1 arg2 title:"title is here" meta:"something else" %}
however, this is what shows up in the argument array
[ 'arg1', 'arg2', 'title:title', 'is', 'here', 'meta:something', 'else' ]
Is this a bug? or am i doing something wrong here?
The text was updated successfully, but these errors were encountered:
Yes, this is a hexo bug. I found the same issue and give a fix #1581 I hope hexo will review my change and apply it as soon as possible.
Sorry, something went wrong.
#1581 the pr was fixed.
@simonwjackson @winterTTr The problem solved?
No branches or pull requests
v3.1.1
I have created a custom tag:
{% newTag arg1 arg2 title:"title is here" meta:"something else" %}
however, this is what shows up in the argument array
[ 'arg1', 'arg2', 'title:title', 'is', 'here', 'meta:something', 'else' ]
Is this a bug? or am i doing something wrong here?
The text was updated successfully, but these errors were encountered: