summaryrefslogtreecommitdiff
path: root/template/tabcalendar.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/tabcalendar.j2')
-rw-r--r--template/tabcalendar.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/template/tabcalendar.j2 b/template/tabcalendar.j2
index ef84bfd..976aaa0 100644
--- a/template/tabcalendar.j2
+++ b/template/tabcalendar.j2
@@ -17,7 +17,7 @@
<td></td>
{%- endfor %}
{%- for day in week %}
-<td class="tabcal-cell">
+<td class="tabcal-cell {% if day.today %}tabcal-today{% endif %}">
<p class="tabcal-day">{{ day.day }}</span>
{%- if day.events %}
<ul>