Tommi Space

Jekyll

Features requests

  • Instead of {% for movie in site.data.watchlist %} geting data from the URL of a file at build time, for example {% for movie in 'https://cloud.publiclink.net/watchlist.csv' %}. This should work for data files (YAML, CSV, JSON) but it could also work for partials: {% render https://example.com/partials/head.html %}.
🔎