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
The macro cc_license_mark has two problems:
so, firstly, add a parameter named show_icon at the head:
{% macro cc_license_mark(cc_name, derivatives, commercial, show_icon=false, br_after_icon=false, attr_markup=false, attr_props={}) %}
secondly, correct the parameter name to br_after_icon at line 58 at the macro body: {% if br_after_icon %}<br/>{% endif %}
{% if br_after_icon %}<br/>{% endif %}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The macro cc_license_mark has two problems:
so,
firstly, add a parameter named show_icon at the head:
secondly, correct the parameter name to br_after_icon at line 58 at the macro body:
{% if br_after_icon %}<br/>{% endif %}
The text was updated successfully, but these errors were encountered: