File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ jekyll-archives:
41
41
- tags
42
42
layout : archive
43
43
permalinks :
44
- category : ' /categoria/ :name/'
44
+ category : ' /:name/'
45
45
tag : ' /tag/:name/'
46
46
47
47
# Other
Original file line number Diff line number Diff line change 26
26
{%- assign sortedCategories = page.categories | sort -%}
27
27
{%- for category in sortedCategories -%}
28
28
< li >
29
- < a href ="{{ site.baseurl }}/categoria/ {{ category | slugify }}/ "> {{ category }}</ a >
29
+ < a href ="{{ site.baseurl }}/{{ category | slugify }}/ "> {{ category }}</ a >
30
30
</ li >
31
31
{%- endfor -%}
32
32
</ ul >
Original file line number Diff line number Diff line change 20
20
{%- assign sortedCategories = page.categories | sort -%}
21
21
{%- for category in sortedCategories -%}
22
22
< li >
23
- < a href ="{{ site.baseurl }}/categoria/ {{ category | slugify }}/ "> {{ category }}</ a >
23
+ < a href ="{{ site.baseurl }}/{{ category | slugify }}/ "> {{ category }}</ a >
24
24
</ li >
25
25
{%- endfor -%}
26
26
</ ul >
Original file line number Diff line number Diff line change 32
32
{%- assign sortedCategories = page.categories | sort -%}
33
33
{%- for category in sortedCategories -%}
34
34
< li >
35
- < a href ="{{ site.baseurl }}/categoria/ {{ category | slugify }}/ "> {{ category }}</ a >
35
+ < a href ="{{ site.baseurl }}/{{ category | slugify }}/ "> {{ category }}</ a >
36
36
</ li >
37
37
{%- endfor -%}
38
38
</ ul >
You can’t perform that action at this time.
0 commit comments