diff --git a/docs/album_information.rst b/docs/album_information.rst index 43d889a..960528a 100644 --- a/docs/album_information.rst +++ b/docs/album_information.rst @@ -31,8 +31,8 @@ can be used in the template with: .. code-block:: jinja - {% if 'authors' in meta %} -
Authors: {{ meta.authors|join(', ') }}> + {% if 'authors' in album.meta %} +
Authors: {{ album.meta.authors|join(', ') }}> {% endif %} If this file does not exist or if some meta-data is missing: