summaryrefslogtreecommitdiff
path: root/template/tabcalendar.j2
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2016-04-05 12:23:37 -0300
committerChristian Franke <nobody@nowhere.ws>2016-04-05 12:23:37 -0300
commit779f012812a36b85d1086f48381a00b429b686d0 (patch)
tree2d5376c486fdf50a1ed8d272256e602adc175e31 /template/tabcalendar.j2
parent2714214eedff04de44c37ebae0cfa8ed7b9c4e44 (diff)
Mark current day
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>