Browse Source

Added id for title

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
fad53ba124
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      blog/index.html

2
blog/index.html

@ -26,7 +26,7 @@ section_id: blog
</div>
<div class="large-8 columns bottom-blog">
<div class="post-content blog">
<h3 class="blog"><a href="{{ post.url | replace:'.html','' }}">{{post.title}}</a></h3>
<h3 id="blog-title" class="blog"><a href="{{ post.url | replace:'.html','' }}">{{post.title}}</a></h3>
<p class="blogauthor">by <a href="{{post.link}}" target="_blank">{{post.author}}</a></p>
<p>{{post.excerpt}}</p>
<div class="tags">

Loading…
Cancel
Save