johnsylvain / pagine

✨ Client-side markdown website generator

Home Page:https://johnsylvain.github.io/pagine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace lodash templating function

johnsylvain opened this issue · comments

Remove the lodash templating function and replace it with a vanilla implementation. The goal is to reduce project dependancies and bundle size.

Refer to John Resig's implementation of a simple templating engine.