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

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

View File

@ -9,7 +9,7 @@
<div>
<h3><em>{{ position }}</em>,
{{#if url}}
<a href="{{ url }}">{{ organization }}</a>
<a href="{{{ url }}}">{{ organization }}</a>
{{else}}
{{ organization }}
{{/if}}