Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Does not work with Hugo v 0.48 #10

Open
appernetic opened this issue Sep 3, 2018 · 3 comments
Open

Does not work with Hugo v 0.48 #10

appernetic opened this issue Sep 3, 2018 · 3 comments

Comments

@appernetic
Copy link

I got the error about mediaTypes. The Hugo suggestion in the terminal window was for toml formatted files, so I did not managed to fix it right now for yml formatted files. Instead, I just remarked the code.

Here is my half ased soultion (that does not work):
[mediaTypes]
[mediaTypes: "application/atom"]
suffixes:["xml" ]

@lucaji
Copy link

lucaji commented Sep 20, 2018

Just use the plain english plural form for suffix as below and it will work :) yaml is cool

mediaTypes:
   application/atom:
      suffixes: xml

@tordanpersson
Copy link

Great! It works!

@dkozel
Copy link

dkozel commented Nov 22, 2018

@solutionroute I can create a PR with this change if that would help get the fix into the theme. Would you like me to do that?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants