mzrnsh / jekyllwind

Jekyll + Tailwind CSS boilerplate
MIT License
74 stars 17 forks source link

Stylesheet link in layout has double quotes inside double qoutes #3

Open mzrnsh opened 2 years ago

mzrnsh commented 2 years ago

This is how it looks:

<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">

Jekyll doesn't mind this, but the syntax highlighting feature of some code editors might..