Merge pull request #374 from zacchiro/patch-1

getting started doc: add "album." qualifier where needed
This commit is contained in:
Simon Conseil
2019-09-01 23:42:00 +02:00
committed by GitHub

View File

@@ -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: