diff --git a/_includes/panel.html b/_includes/panel.html
index d6ae271..c09823a 100644
--- a/_includes/panel.html
+++ b/_includes/panel.html
@@ -45,18 +45,22 @@
{% endif %}
+ {% include trending_tags.html %}
+
+ {% if trending_tags.size > 0 %}
{{ site.data.label.panel.trending_tags }}
- {% include trending-tags.html %}
+ {% include trending_tags.html %}
{% for tag in trending_tags %}
{% capture url %}/tags/{{ tag | downcase | url_encode }}/{% endcapture %}
{{ tag | replace: '-', ' ' }}
diff --git a/_includes/trending-tags.html b/_includes/trending_tags.html
similarity index 100%
rename from _includes/trending-tags.html
rename to _includes/trending_tags.html
diff --git a/assets/js/data/cache-list.js b/assets/js/data/cache-list.js
index 418ae12..3dd3d00 100644
--- a/assets/js/data/cache-list.js
+++ b/assets/js/data/cache-list.js
@@ -65,7 +65,7 @@ const include = [
{% endfor %}
/* Trending tags */
- {% include trending-tags.html %}
+ {% include trending_tags.html %}
{% for tag in trending_tags %}
{% capture tag_url %}/tags/{{ tag | downcase | url_encode }}/{% endcapture %}
'{{ tag_url | relative_url }}',