Commit 82be8f9
authored
fix(head): fix broken RSS feed and canonical link URLs (#43)
The Pug attributes for the RSS feed and canonical links used
single-quoted Pug attributes with double-quoted Liquid strings.
When Pug renders to HTML, it converts attributes to double-quote
syntax, causing the inner double quotes to break the attribute
value — resulting in truncated URLs (missing /feed.xml, etc.).
Fix by switching to double-quoted Pug attributes with single-quoted
Liquid strings, matching the working pattern used by the CSS link
on the line above.
Fixes #311 parent 3998d55 commit 82be8f9
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments