1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Unified file naming style.

This commit is contained in:
Cotes Chung
2020-06-03 22:49:28 +08:00
parent cb37a1909d
commit 3caafbd50d
5 changed files with 6 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ const include = [
{% endif %}
{% endfor %}
{% include update_list.html %}
{% include update-list.html %}
{% for item in update_list %}
{% assign url = item | split: "::" | last | prepend: "/posts/" | append: "/" %}
{% assign post_list = post_list | push: url %}
@@ -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 }}',