Don’t use linebreak in DTL block comments. (might break the linter on the length of line)
This commit is contained in:
parent
4c4801e2da
commit
37e48988b1
2 changed files with 3 additions and 6 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue