Merge pull request #374 from zacchiro/patch-1
getting started doc: add "album." qualifier where needed
This commit is contained in:
@@ -31,8 +31,8 @@ can be used in the template with:
|
||||
|
||||
.. code-block:: jinja
|
||||
|
||||
{% if 'authors' in meta %}
|
||||
<p>Authors: {{ meta.authors|join(', ') }}</>
|
||||
{% if 'authors' in album.meta %}
|
||||
<p>Authors: {{ album.meta.authors|join(', ') }}</>
|
||||
{% endif %}
|
||||
|
||||
If this file does not exist or if some meta-data is missing:
|
||||
|
||||
Reference in New Issue
Block a user