aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/index.html.j23
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/index.html.j2 b/templates/index.html.j2
index 40ff005..234759f 100644
--- a/templates/index.html.j2
+++ b/templates/index.html.j2
@@ -6,8 +6,9 @@
<li>
<div class="chart_container">
<div class="minichart" id="/minichart{{ elem['url'] }}">
- <a href="{{ elem['url'] }}">{{ elem['title'] }}</a>
+ </div>
</div>
+ <a class="bottom_text" href="{{ elem['url'] }}">{{ elem['title'] }}</a>
</li>
{% endfor %}
</ul>