We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4214bbc commit ea321c8Copy full SHA for ea321c8
1 file changed
_pages/time-table.html
@@ -54,7 +54,8 @@ <h2 class="text-4xl text-center mb-8">
54
{% elsif event %}
55
{% comment %} イベントを描画 {% endcomment %}
56
{% assign accent = event.accent | default: room.style.color | default: '#c43b3b' %}
57
-
+ {% assign link_url = event.url | default: event.link %}
58
+
59
<td class="ttable__cell ttable__cell--event"
60
rowspan="{{ event.duration }}"
61
style="--span: {{ event.duration }};">
0 commit comments