Skip to content

Unable to use the Jekyll {seo} tag with Pages #108451

Answered by yoannchaudet
lukeylias asked this question in Pages
Discussion options

You must be logged in to vote

Gotcha so you don't exactly need all the plugins stuff, it's there for you already (not that it bothers to have it defined).

I think Jekyll does not expand Liquid syntax in an html file if there is no front matter for it.

https://jekyllrb.com/tutorials/orderofinterpretation/#order-of-interpretations

So at the top of your file (https://github.com/lukeylias/sa11y/blob/56f5f8c0994e862f78189fdaed8a30081c694310/index.html), I would try to add an empty front matter (like you have in your snippet here 🙈):

---
---

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
4 replies
@lukeylias
Comment options

@yoannchaudet
Comment options

Answer selected by lukeylias
@lukeylias
Comment options

@yoannchaudet
Comment options

Comment options

You must be logged in to vote
3 replies
@yoannchaudet
Comment options

@lukeylias
Comment options

@lukeylias
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pages Host a static website, right from your repo Question
2 participants