Browse Source

Remove links on image credits with no creditlink

master
Laurent Victorino 9 years ago
parent
commit
8b0d5386eb
  1. 2
      _layouts/post.html

2
_layouts/post.html

@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
{% if page.image.feature %}
<div class="entry-header">
{% if page.image.credit %}<div class="image-credit">Image source: <a href="{{ page.image.creditlink }}">{{ page.image.credit }}</a></div><!-- /.image-credit -->{% endif %}
{% if page.image.credit %}<div class="image-credit">Image source: {% if page.image.creditlink %}<a href="{{ page.image.creditlink }}">{% endif %}{{ page.image.credit }}{% if page.image.creditlink %}</a>{% endif %}</div><!-- /.image-credit -->{% endif %}
<div class="entry-image">
<img src="{{ site.url }}/images/{{ page.image.feature }}" alt="{{ page.title }}">
</div><!-- /.entry-image -->

Loading…
Cancel
Save