Jekyll-Garden / jekyll-garden.github.io

A Digital Garden Theme for Jekyll. Jekyll Garden lets you create a static HTML version of your markdown notes and publish via Github pages. Made for Obsidian users!
https://jekyll-garden.github.io
MIT License
355 stars 73 forks source link

Replace invalid reference to FeedContent.html with Content.html #36

Closed chmosquera closed 1 year ago

chmosquera commented 1 year ago

Posts.html refers attempts to include FeedContent.html, however that file doesn't exist. This commit changes it to include Content.html instead.

hfactor commented 1 year ago

@chmosquera: thank you!