1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

Switched from Handlebars to Handybars

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-05-13 11:45:26 -07:00
parent 4e4b7758f6
commit 2beec58657
63 changed files with 275 additions and 262 deletions

View File

@@ -18,8 +18,8 @@ module.exports = exports = class Post extends Page {
_engine () {
switch (this.type) {
case TYPE.HANDLEBARS:
return TYPE.HANDLEBARS;
case TYPE.HANDYBARS:
return TYPE.HANDYBARS;
case TYPE.MARKDOWN:
return ENGINE.POST;
default: