Merge pull request #81 from muhasturk/master
removed unused <a> tag in _author-bio.html
This commit is contained in:
commit
5ec4da089a
2 changed files with 4 additions and 4 deletions
|
@ -3,9 +3,9 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if author.avatar contains 'http' %}
|
{% if author.avatar contains 'http' %}
|
||||||
<img src="{{ author.avatar }}" class="bio-photo" alt="{{ author.name }} bio photo"></a>
|
<img src="{{ author.avatar }}" class="bio-photo" alt="{{ author.name }} bio photo">
|
||||||
{% else %}
|
{% else %}
|
||||||
<img src="{{ site.url }}/images/{{ author.avatar }}" class="bio-photo" alt="{{ author.name }} bio photo"></a>
|
<img src="{{ site.url }}/images/{{ author.avatar }}" class="bio-photo" alt="{{ author.name }} bio photo">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<h3>{{ author.name }}</h3>
|
<h3>{{ author.name }}</h3>
|
||||||
<p>{{ author.bio }}</p>
|
<p>{{ author.bio }}</p>
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
<!-- Modernizr -->
|
<!-- Modernizr -->
|
||||||
<script src="{{ site.url }}/assets/js/vendor/modernizr-2.7.1.custom.min.js"></script>
|
<script src="{{ site.url }}/assets/js/vendor/modernizr-2.7.1.custom.min.js"></script>
|
||||||
|
|
||||||
<link href='//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|PT+Serif:400,700,400italic' rel='stylesheet' type='text/css'>
|
<link href='//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700%7CPT+Serif:400,700,400italic' rel='stylesheet' type='text/css'>
|
||||||
|
|
||||||
<!-- Icons -->
|
<!-- Icons -->
|
||||||
<!-- 16x16 -->
|
<!-- 16x16 -->
|
||||||
|
|
Loading…
Reference in a new issue