fix: rss file path#72
Merged
Merged
Conversation
feat: new rss introduction page
Member
|
这么修改后,对应的链接分别是什么? |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR fixes RSS file paths and introduces a new RSS introduction page. The changes standardize RSS output file paths and add a centralized RSS directory page for users to discover available feeds.
- Uncommented and fixed the RSS navigation link in the base template
- Added a new RSS introduction page that lists all available RSS feeds
- Updated RSS output paths from absolute to relative paths in index files
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| layouts/templates/base.shtml | Uncommented RSS link and updated href to point to new RSS page |
| content/rss.smd | New RSS introduction page listing all available RSS feeds |
| content/post/index.smd | Changed RSS output path from absolute to relative |
| content/monthly/index.smd | Changed RSS output path from absolute to relative |
| content/learn/index.smd | Changed RSS output path from absolute to relative |
Member
Author
现在是 相对目录,对应相对的 index.xml |
jiacai2050
reviewed
Jul 31, 2025
jiacai2050
approved these changes
Jul 31, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: new rss introduction page