Skip to content

Commit f738c21

Browse files
committed
fix _layouts/01_post.html HTML
1 parent 28f80bd commit f738c21

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

_layouts/01_post.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,18 @@
2222
<div class='col8 pad4x stickymove'><h3 class='space-bottom2 big'>latest news</h3>
2323
<h1 class='space-bottom2' ><a href="{{site.baseurl}}{{post.url}}">{{ page.title }}</a></h1>
2424
<p>{{ page.date | date: "%b %d, %Y" }}</p>
25-
26-
<div class='col12 pad2y'>
27-
<div class='col6 small'>BY: <span class='pad1x'><img class='dot' src='{{ author[0].image }}' width='30'>
25+
<div class="col12 pad2y">
26+
<div class="col6 small">BY:
27+
<span class="pad1x">
28+
<img class="dot" alt="{{ author[0].name }}" src="{{ author[0].image }}" width="30"/>
2829
&nbsp;
2930
{% if author[0].github != null %}
3031
<a href='{{ author[0].github }}'>{{ page.author }}</a>
3132
{% else %}
3233
{{ page.author }}
3334
{% endif %}
34-
</div></span>
35+
</span>
36+
</div>
3537
</div>
3638

3739
<div class='col12 pad4y space-bottom4'>

0 commit comments

Comments
 (0)