Use short name for exported functions

This commit is contained in:
Tim Schaub
2022-08-11 15:39:41 -06:00
committed by Tim Schaub
parent 9c0e2f35d1
commit 73baef60e3
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -597,6 +597,7 @@ exports.publish = function (taffyData, opts, tutorials) {
// add template helpers
view.find = find;
view.linkto = linkto;
view.getShortName = getShortName;
view.resolveAuthorLinks = resolveAuthorLinks;
view.tutoriallink = tutoriallink;
view.htmlsafe = htmlsafe;