{% tablericon "device-speaker" "concert" %} I've seen this artist live!
-
{% for concert in artist.concerts %}
{%- capture venue -%}
{% if concert.venue %}
{% if concert.venue_latitude and concert.venue_longitude %}
{{ concert.venue | formatVenue }}
{% else %}
{{ concert.venue | formatVenue }}
{% endif %}
{% endif %}
{%- endcapture -%}
- On {{ concert.date | date: "%B %e, %Y" }} {% if venue %} at {{ venue }}{% endif %} {%- if concert.notes -%} {% assign notes = concert.notes | prepend: "### Notes\n" | markdown %} {% render "partials/blocks/modal.liquid", label:"Concert info", icon:"info-square", content:notes, id:concert.id %} {%- endif -%} {% endfor %}
{% tablericon "books" "Books" %} I've read about this artist!
-
{% for book in artist.books %}
- {{ book.title }} by {{ book.author }} {% endfor %}
{% tablericon "device-tv-old" "Movies" %} {{ sectionTitle}}
-
{% for movie in artist.movies %}
- {{ movie.title }} ({{ movie.year }}) {% endfor %}
{%- endif -%}
Album | Plays | Year |
---|---|---|
{{ album.name }} | {{ album.totalPlays }} | {{ album.releaseYear }} |
These are the albums by this artist that are in my collection, not necessarily a comprehensive discography.