From 3543542f04373417fdee4716c860f132bd91be77 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Tue, 12 Jan 2016 09:47:10 -0500 Subject: [PATCH] Partials: Unencode URLs. --- partials/html/section/employment.html | 2 +- partials/html/section/service.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/partials/html/section/employment.html b/partials/html/section/employment.html index b52a4c0..a1f0652 100644 --- a/partials/html/section/employment.html +++ b/partials/html/section/employment.html @@ -10,7 +10,7 @@

{{ position }}, {{#if url }} - {{ employer }} + {{ employer }} {{else}} {{ employer }} {{/if}} diff --git a/partials/html/section/service.html b/partials/html/section/service.html index eca6e14..e7f6672 100644 --- a/partials/html/section/service.html +++ b/partials/html/section/service.html @@ -9,7 +9,7 @@

{{ position }}, {{#if url}} - {{ organization }} + {{ organization }} {{else}} {{ organization }} {{/if}}