Skip to content

Fix link to feed from blog posts #25

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

Closed
wants to merge 1 commit into from
Closed

Fix link to feed from blog posts #25

wants to merge 1 commit into from

Conversation

ashwinvis
Copy link
Contributor

@ashwinvis ashwinvis commented Apr 25, 2020

Now, relative to root url.

The feed link in the header also vanishes in blog posts. This needs to be fixed but I am not familiar with Hugo templating:

{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}

Now, relative to root url
@ashwinvis ashwinvis changed the title Fix link to rss from blog posts Fix link to feed from blog posts Apr 25, 2020
@davidevaleriani
Copy link
Member

This doesn't really solve the issues, but I will be pushing a fix soon.

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