feat: link post support + style fixes + split post and link feeds
This commit is contained in:
parent
591269ae92
commit
21ab946b74
22 changed files with 113 additions and 99 deletions
12
src/feeds/links.liquid
Normal file
12
src/feeds/links.liquid
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: null
|
||||
permalink: /feeds/links
|
||||
---
|
||||
{% render "partials/feeds/content.liquid"
|
||||
permalink:'/feeds/links'
|
||||
title:'Links • Cory Dransfeldt'
|
||||
data:collections.links
|
||||
updated:collections.links[0].date
|
||||
site:site
|
||||
eleventy:eleventy
|
||||
%}
|
Reference in a new issue