From 700c388b018d6ff4fa53a973a1738611dcf120c8 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Mon, 11 Jan 2016 12:59:12 -0500 Subject: [PATCH] Underscore: Add warning message. --- themes/underscore/theme.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/underscore/theme.json b/themes/underscore/theme.json index f99f355..252119c 100644 --- a/themes/underscore/theme.json +++ b/themes/underscore/theme.json @@ -2,5 +2,6 @@ "title": "underscore", "description": "An unstyled starter résumé theme for HackMyResume and FluentCV. Illustrates the use of Underscore.js as a template engine.", "author": "hacksalot (https://github.com/hacksalot)", - "engine": "underscore" + "engine": "underscore", + "message": "Underscore is an unstyled sample theme intended to illustrate the use of Underscore.js as a template engine. Not for production use." }