Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add attributes to base_url link in atom template #2261

Merged
merged 2 commits into from
Jul 27, 2023
Merged

Add attributes to base_url link in atom template #2261

merged 2 commits into from
Jul 27, 2023

Conversation

savq
Copy link
Contributor

@savq savq commented Jul 26, 2023

The rel and type HTML attributes are needed in the base_url (or section.permalink) link so feed aggregators know that's the HTML page that corresponds to the atom feed.

Note: The RSS template doesn't have this issue.


IMPORTANT: Please do not create a Pull Request adding a new feature without discussing it first.

The place to discuss new features is the forum: https://zola.discourse.group/
If you want to add a new feature, please open a thread there first in the feature requests section.

Sanity check:

  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

Code changes

(Delete or ignore this section for documentation changes)

  • Are you doing the PR on the next branch?

If the change is a new feature or adding to/changing an existing one:

  • Have you created/updated the relevant documentation page(s)?

The `rel` and `type` HTML attributes are needed in the `base_url` (or
`section.permalink`) link so feed aggregators know that's the HTML page
that corresponds to the atom feed.

Note: The RSS template doesn't have this issue.
@Keats
Copy link
Collaborator

Keats commented Jul 26, 2023

Looks good, can you resolve the conflict?

@savq
Copy link
Contributor Author

savq commented Jul 26, 2023

Done 👍

@Keats Keats merged commit f962370 into getzola:next Jul 27, 2023
@Keats
Copy link
Collaborator

Keats commented Jul 27, 2023

Thanks!

@savq savq deleted the next branch July 27, 2023 22:45
peterprototypes pushed a commit to peterprototypes/zola that referenced this pull request Sep 12, 2023
The `rel` and `type` HTML attributes are needed in the `base_url` (or
`section.permalink`) link so feed aggregators know that's the HTML page
that corresponds to the atom feed.

Note: The RSS template doesn't have this issue.
technimad pushed a commit to technimad/zola that referenced this pull request Sep 30, 2023
The `rel` and `type` HTML attributes are needed in the `base_url` (or
`section.permalink`) link so feed aggregators know that's the HTML page
that corresponds to the atom feed.

Note: The RSS template doesn't have this issue.
Keats pushed a commit that referenced this pull request Dec 18, 2023
The `rel` and `type` HTML attributes are needed in the `base_url` (or
`section.permalink`) link so feed aggregators know that's the HTML page
that corresponds to the atom feed.

Note: The RSS template doesn't have this issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants