Skip to content

Conversation

bact
Copy link
Contributor

@bact bact commented Oct 6, 2025

Currently these pages have a grey heading at the top of page, displaying ".xml" text:

The text "/index.xml" is supposed to be the URL for RSS feed, inside <link> in <head> section and not being displayed.

This PR put the URL into the <link>, effectively fixes the display issue (higher priority) and bring back the RSS functionality (may be lower priority).

@bact bact marked this pull request as draft October 6, 2025 16:11
@progval
Copy link
Member

progval commented Oct 6, 2025

Do we have anything in the RSS feed?

@bact
Copy link
Contributor Author

bact commented Oct 6, 2025

Do we have anything in the RSS feed?

This has list of crosswalks https://codemeta.github.io/crosswalk/index.xml
This is list of all pages https://codemeta.github.io/index.xml

I think it's auto generated by Hugo. Can also disabled by specifying types of output at the YAML header of the Markdown file:

---
title: "Crosswalk"
outputs: ["HTML"]
---

(But the template code has an issue away. There should be no content outside <...> blocks in <head>.)

@bact bact marked this pull request as ready for review October 6, 2025 16:22
@meldra
Copy link

meldra commented Oct 7, 2025

I'm currently working on a broad set of theme changes for #67 and will address this and similar display glitches in that.

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.

3 participants