From 3caafbd50de0650182149a06036a54c1373c502d Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Wed, 3 Jun 2020 22:49:28 +0800 Subject: [PATCH] Unified file naming style. --- _includes/panel.html | 4 ++-- _includes/search-results.html | 2 +- _includes/{trending_tags.html => trending-tags.html} | 0 _includes/{update_list.html => update-list.html} | 2 +- assets/js/data/cache-list.js | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) rename _includes/{trending_tags.html => trending-tags.html} (100%) rename _includes/{update_list.html => update-list.html} (91%) diff --git a/_includes/panel.html b/_includes/panel.html index c09823a..d67d6a3 100644 --- a/_includes/panel.html +++ b/_includes/panel.html @@ -12,7 +12,7 @@ {% if site.data.updates %} - {% include update_list.html %} + {% include update-list.html %} {% if update_list.size > 0 %} @@ -45,7 +45,7 @@ {% endif %} - {% include trending_tags.html %} + {% include trending-tags.html %} {% if trending_tags.size > 0 %}