Partials: Unencode URLs.

This commit is contained in:
hacksalot
2016-01-12 09:47:10 -05:00
parent 2fcb283631
commit 3543542f04
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
<div>
<h3><em>{{ position }}</em>,
{{#if url }}
<a href="{{ url }}">{{ employer }}</a>
<a href="{{{ url }}}">{{ employer }}</a>
{{else}}
{{ employer }}
{{/if}}