mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-10-30 04:17:28 +00:00
Partials: Unencode URLs.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<div>
|
||||
<h3><em>{{ position }}</em>,
|
||||
{{#if url }}
|
||||
<a href="{{ url }}">{{ employer }}</a>
|
||||
<a href="{{{ url }}}">{{ employer }}</a>
|
||||
{{else}}
|
||||
{{ employer }}
|
||||
{{/if}}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<div>
|
||||
<h3><em>{{ position }}</em>,
|
||||
{{#if url}}
|
||||
<a href="{{ url }}">{{ organization }}</a>
|
||||
<a href="{{{ url }}}">{{ organization }}</a>
|
||||
{{else}}
|
||||
{{ organization }}
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user