Fix issue of feed permalink failing to be generated
This commit is contained in:
parent
24b497207f
commit
c67d7282b2
@ -2,7 +2,7 @@
|
||||
# sitemeta comes from _data/sitemeta.js
|
||||
eleventyExcludeFromCollections: true
|
||||
eleventyComputed:
|
||||
permalink: {{ sitemeta.feedPath }}
|
||||
permalink: "{{ sitemeta.feedPath }}"
|
||||
---
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
|
Loading…
x
Reference in New Issue
Block a user