add lightbox to monthly graphs

This commit is contained in:
simon 2021-11-16 17:34:34 +07:00
parent 7463bb17bc
commit 7f852b32d1
Signed by: simon
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@
</div>
<div class="content graph">
<div class="graph-item">
<img src="{{month.month_graph}}" alt="{{month.month_name}} graph">
<a href="{{month.month_graph}}" data-lightbox="monthly">
<img src="{{month.month_graph}}" alt="{{month.month_name}} graph">
</a>
</div>
<div class="graph-item">
{{month.table}}