diff --git a/themes/basis/src/html.html b/themes/basis/src/html.html
index 9efd233..a708644 100644
--- a/themes/basis/src/html.html
+++ b/themes/basis/src/html.html
@@ -27,7 +27,7 @@
{{#section "skills"}}
- {{{sectionTitle "Skills"}}}
+ {{{sectionTitle "Skills"}}}
@@ -53,7 +53,7 @@
{{#section "employment"}}
- {{{sectionTitle "Employment"}}}
+ {{{sectionTitle "Employment"}}}
{{#each r.employment.history}}
@@ -83,7 +83,6 @@
{{{sectionTitle "Projects"}}}
-
{{#each r.projects}}
{{#if url}}
@@ -107,7 +106,7 @@
{{#section "education"}}
- {{{sectionTitle "Education"}}}
+ {{{sectionTitle "Education"}}}
{{#each r.education.history}}
{{{ institution }}} {{formatDate safe.start 'YYYY' }} — {{formatDate safe.end 'YYYY' }}
@@ -119,7 +118,7 @@
{{#section "service"}}
- {{{sectionTitle "Service"}}}
+ {{{sectionTitle "Service"}}}
{{#each r.service.history}}
{{ position }},
@@ -145,7 +144,7 @@
{{#section "writing"}}
- {{{sectionTitle "Writing"}}}
+ {{{sectionTitle "Writing"}}}
{{#each r.writing }}
{{#if url}}{{{ title }}}{{else}}{{{ title }}}{{/if}},
@@ -158,7 +157,7 @@
{{#section "recognition"}}
- {{{sectionTitle "recognition" "Awards"}}}
+ {{{sectionTitle "recognition" "Awards"}}}
{{#each r.recognition}}
{{ title }}, {{ from }} {{formatDate safe.date 'YYYY' }}