Skip to content

Commit 577a70b

Browse files
committed
temporarily remove links from categories b/c bug
github pages apparently doesn't support this plugin I'll have to rewrite its functionality manually
1 parent 9f8751b commit 577a70b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

_config.yml

-4
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ defaults:
6060
include:
6161
- .well-known
6262

63-
jekyll-archives:
64-
enabled:
65-
- categories
66-
6763
plugins:
6864
- jekyll-archives
6965
- jekyll-sitemap

_includes/post-title.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<span class="blog-categories">
55
{% for category in include.post.categories %}
66
<span class="blog-filter">
7-
<a href="{{ site.baseurl }}/category/{{ category | slugify }}/">{{ category | capitalize }}</a>
7+
{{ category | capitalize }}
88
</span>
99
{% endfor %}
1010
</span>

0 commit comments

Comments
 (0)