Overview
{% 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-circle", content:notes, id:concert.id %} {%- endif -%} {% 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.