11ty / eleventy-base-blog

A starter repository for a blog web site using the Eleventy static site generator.
https://demo-base-blog.11ty.dev/
MIT License
1.25k stars 617 forks source link

Disappearing trailing slash #5

Closed mathiasbynens closed 6 years ago

mathiasbynens commented 6 years ago

The source of https://11ty.github.io/eleventy-base-blog/ contains:


<link rel="alternate" href="/eleventy-base-blog/feed" type="application/atom+xml" title="">
 ```

The trailing slash is missing. https://github.com/11ty/eleventy-base-blog/blob/6c2983e013b70efeed7277b7c2382958cb0cdbcb/_includes/layouts/base.njk#L9 Does `| url` remove it?
zachleat commented 6 years ago

Thank you!