From 6f2a71070e93981872fb41483f608d5aaa49092c Mon Sep 17 00:00:00 2001 From: hacksalot Date: Tue, 5 Jan 2016 00:28:34 -0500 Subject: [PATCH] Fix: Positive: Generation error. --- themes/positive/src/positive-doc.xml | 2 ++ themes/positive/src/positive-html.html | 2 +- themes/positive/src/positive-pdf.html | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/themes/positive/src/positive-doc.xml b/themes/positive/src/positive-doc.xml index 5db66f2..b04d894 100644 --- a/themes/positive/src/positive-doc.xml +++ b/themes/positive/src/positive-doc.xml @@ -517,6 +517,7 @@ + {{#has "info.brief"}} @@ -526,6 +527,7 @@ {{ r.info.brief }} --> + {{/has}} {{#hasSection "skills"}}{{> skills }}{{/hasSection}} {{#hasSection "employment"}}{{> employment }}{{/hasSection}} {{#hasSection "education"}}{{> education }}{{/hasSection}} diff --git a/themes/positive/src/positive-html.html b/themes/positive/src/positive-html.html index 53bc62b..182c4ba 100644 --- a/themes/positive/src/positive-html.html +++ b/themes/positive/src/positive-html.html @@ -157,7 +157,7 @@ {{{ summary }}} {{/each}} -{{/has}} +{{/hasSection}} diff --git a/themes/positive/src/positive-pdf.html b/themes/positive/src/positive-pdf.html index 8c606d1..76ff3ce 100644 --- a/themes/positive/src/positive-pdf.html +++ b/themes/positive/src/positive-pdf.html @@ -158,7 +158,7 @@ {{{ summary }}} {{/each}} -{{/has}} +{{/hasSection}}