We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8751b commit 577a70bCopy full SHA for 577a70b
_config.yml
@@ -60,10 +60,6 @@ defaults:
60
include:
61
- .well-known
62
63
-jekyll-archives:
64
- enabled:
65
- - categories
66
-
67
plugins:
68
- jekyll-archives
69
- jekyll-sitemap
_includes/post-title.html
@@ -4,7 +4,7 @@
4
<span class="blog-categories">
5
{% for category in include.post.categories %}
6
<span class="blog-filter">
7
- <a href="{{ site.baseurl }}/category/{{ category | slugify }}/">{{ category | capitalize }}</a>
+ {{ category | capitalize }}
8
</span>
9
{% endfor %}
10
0 commit comments