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

Splited the data of navigation tabs.

This commit is contained in:
Cotes Chung
2020-02-17 03:36:54 +08:00
parent 32d838fede
commit a82d3647da
3 changed files with 31 additions and 7 deletions

View File

@@ -30,7 +30,7 @@
<ul class="nav flex-column">
{% assign page_urls = page.url | split: "/" %}
{% for item in site.data.label.tabs %}
{% for item in site.data.tabs %}
{% assign ref = site.baseurl | append: "/" %}
{% if item.path %}