This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/src/feeds/movies.liquid
2024-06-09 20:37:45 -07:00

13 lines
No EOL
331 B
Text

---
layout: null
eleventyExcludeFromCollections: true
permalink: "/feeds/movies"
---
{% render "partials/feeds/rss.liquid"
permalink:"/feeds/movies"
title:"Movies · Cory Dransfeldt"
description:"Movies I've watched recently."
data:movies.recentlyWatched
updated:movies.recentlyWatched[0].lastWatched
site:site
%}