Don’t use linebreak in DTL block comments. (might break the linter on the length of line)
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
{% spaceless %}
|
||||
{% comment %}
|
||||
@todo The author property needs to be an Organization or a Person. We’ll be
|
||||
using Thing which is the more generic ancestor.
|
||||
@todo The author property needs to be an Organization or a Person. We’ll be using Thing which is the more generic ancestor.
|
||||
@see https://schema.org/Author
|
||||
{% endcomment %}
|
||||
{% for author in book.authors.all %}
|
||||
|
Reference in New Issue
Block a user