Skip to content

Commit 576bf6a

Browse files
committed
[CM2] Fix category.name to category.title in features.hbs
1 parent 32ddd10 commit 576bf6a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/theme/common/partials2/base/features.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{#if (isEnabled "rss")}}
22
{{#if (isCategoryPage) }}
3-
<link rel="alternate" type="application/rss+xml" title="{{settings.site.title}} {{category.name}} Feed" href="{{settings.site.url}}{{ category.permalink }}/feed.xml">
3+
<link rel="alternate" type="application/rss+xml" title="{{settings.site.title}} {{category.title}} Feed" href="{{settings.site.url}}{{ category.permalink }}/feed.xml">
44
{{else}}
55
<link rel="alternate" type="application/rss+xml" title="{{settings.site.title}} Feed" href="{{settings.site.url}}/feed.xml">
66
{{/if}}

src/theme/common/partials2/base/index.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@
2020
{{>base/page-script}}
2121
{{>base/custom-script}}
2222
</body>
23-
2423
</html>

0 commit comments

Comments
 (0)