fix remove target
This commit is contained in:
parent
3a39d1edc5
commit
fdc395e328
1 changed files with 1 additions and 2 deletions
|
@ -59,8 +59,7 @@ layout: default
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if page.image-attrib-url %}
|
{% if page.image-attrib-url %}
|
||||||
<span>
|
<span>
|
||||||
<a href="{{ page.image-attrib-url }}" targe="_blank"
|
<a href="{{ page.image-attrib-url }}">Photo © {{ page.image-attrib }}</a>
|
||||||
>Photo © {{ page.image-attrib }}</a>
|
|
||||||
</span>
|
</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
<span>Photo © {{ page.image-attrib }}</span>
|
<span>Photo © {{ page.image-attrib }}</span>
|
||||||
|
|
Loading…
Reference in a new issue