Make a handlebars helper that uses prlink to generate a link from a file

This commit is contained in:
Carol (Nichols || Goulding)
2018-03-04 14:02:20 -05:00
parent b11fb2f5a1
commit 70aa18699b
5 changed files with 307 additions and 52 deletions

View File

@@ -6,3 +6,4 @@ authors = ["Carol (Nichols || Goulding) <carol.nichols@gmail.com>"]
[dependencies]
handlebars = "0.32.0"
serde_json = "1.0.10"
prlink = { git = "https://github.com/integer32llc/prlink" }