Skip to content

Commit

Permalink
fix up categories list
Browse files Browse the repository at this point in the history
Signed-off-by: Zhangjin Wu <[email protected]>
  • Loading branch information
lzufalcon committed Oct 24, 2024
1 parent 8d75c5f commit 7c7c9b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions _data/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,13 @@
- name: procfs
- name: sysfs
- name: debugfs

- name: 访问文件
- name: 文件系统
categories:
- name: tmpfs
- name: ext4
- name: btrfs
- name: f2fs

- name: 数据同步
- name: 系统调用
- name: 程序执行
Expand Down
2 changes: 1 addition & 1 deletion _includes/widgets/categories_list
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@

{% if gg.categories %}
<ul id="ctg-{{ forloop0.index }}-cld-{{ forloop1.index }}-cld-{{ forloop2.index }}-cld-{{ forloop.index }}-cld" class="nav">
{% for ggg in g.categories %}
{% for ggg in gg.categories %}

{% assign name = ggg.name %}
{% assign downcase_name = name | downcase %}
Expand Down

0 comments on commit 7c7c9b8

Please sign in to comment.