CollectionBuilder / collectionbuilder-gh

A framework for creating digital exhibits from a folder of files and a spreadsheet. See Readme below for instructions to get started!
https://collectionbuilder.github.io/collectionbuilder-gh/
MIT License
92 stars 75 forks source link

move feature includes to use .html rather than .md #40

Closed evanwill closed 4 years ago

evanwill commented 4 years ago

if you use .md includes on .html files, they never go through markdown conversion, thus don't work as expected. To make the includes more universal, switch to .html extension, and use liquid markdownify filter to use markdown inside the include.

evanwill commented 4 years ago

this is done