From 3261c01075cf82ef56b5b5c7471f2bd6d279982a Mon Sep 17 00:00:00 2001 From: hacksalot Date: Tue, 5 Jan 2016 08:58:40 -0500 Subject: [PATCH] Remove Font Awesome references from Basis theme. --- themes/basis/src/html.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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}}

{{ role }}, {{ title }}

@@ -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' }}