fix: artist concert notes; ics timing
This commit is contained in:
parent
82e2fa887a
commit
a26e34f2ef
5 changed files with 11 additions and 11 deletions
|
@ -82,8 +82,8 @@ schema: artist
|
|||
<li>
|
||||
On <strong class="highlight-text">{{ concert.date | date: "%B %e, %Y" }}</strong>
|
||||
{% if venue %} at {{ venue }}{% endif %}
|
||||
{%- if concert.concert_notes -%}
|
||||
{% assign notes = concert.concert_notes | prepend: "### Notes\n" | markdown %}
|
||||
{%- 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 -%}
|
||||
</li>
|
||||
|
|
Reference in a new issue