From c8687626bfbd7dce84b5f13bd200e1cede79942e Mon Sep 17 00:00:00 2001 From: devlinjd Date: Wed, 16 Dec 2015 16:18:56 -0500 Subject: [PATCH] Compact: Fix theme title. --- themes/compact/compact.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/compact/compact.json b/themes/compact/compact.json index e6887cd..ad03cad 100644 --- a/themes/compact/compact.json +++ b/themes/compact/compact.json @@ -1,6 +1,6 @@ { - "title": "hello-world", + "title": "compact", "description": "A compact résumé theme for FluentCV.", "author": "hacksalot ", - "engine": "underscore" + "engine": "handlebars" }