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 %}
|
||||
{% if page.image-attrib-url %}
|
||||
<span>
|
||||
<a href="{{ page.image-attrib-url }}" targe="_blank"
|
||||
>Photo © {{ page.image-attrib }}</a>
|
||||
<a href="{{ page.image-attrib-url }}">Photo © {{ page.image-attrib }}</a>
|
||||
</span>
|
||||
{% else %}
|
||||
<span>Photo © {{ page.image-attrib }}</span>
|
||||
|
|
Loading…
Reference in a new issue