mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 16:20:11 +00:00
Partials: Unencode URLs.
This commit is contained in:
parent
2fcb283631
commit
3543542f04
@ -10,7 +10,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<h3><em>{{ position }}</em>,
|
<h3><em>{{ position }}</em>,
|
||||||
{{#if url }}
|
{{#if url }}
|
||||||
<a href="{{ url }}">{{ employer }}</a>
|
<a href="{{{ url }}}">{{ employer }}</a>
|
||||||
{{else}}
|
{{else}}
|
||||||
{{ employer }}
|
{{ employer }}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<h3><em>{{ position }}</em>,
|
<h3><em>{{ position }}</em>,
|
||||||
{{#if url}}
|
{{#if url}}
|
||||||
<a href="{{ url }}">{{ organization }}</a>
|
<a href="{{{ url }}}">{{ organization }}</a>
|
||||||
{{else}}
|
{{else}}
|
||||||
{{ organization }}
|
{{ organization }}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
Reference in New Issue
Block a user