Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #4887

Closed
wants to merge 31 commits into from
Closed

test #4887

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
3
  • Loading branch information
Bogamiee committed Mar 18, 2024
commit d2257bae980223225d16c0f37e0e94c516fe5d92
2 changes: 1 addition & 1 deletion _layouts/categories.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{% if category[1].size == i %}
<li>
<!-- <a href="#{{ category[0] | slugify }}"> -->
<a href="/categories/{{ category[0] | slugify }}/">
<a href="https://bogyeom.github.io/categories/{{ category[0] | slugify }}/">
<strong>{{ category[0] }}</strong> <span class="taxonomy__count">{{ i }}</span>
</a>
</li>
Expand Down