_includes/author_bio.html in appscms-tools-theme-0.4.4 vs _includes/author_bio.html in appscms-tools-theme-0.4.5
- old
+ new
@@ -1,12 +1,12 @@
-<div class="wrapfooter">
- <span class="author_image">
- <img class="author-thumb" src="{{ author.image }}" alt="{{ author.name }}" id="author_img">
- </span>
- <span class="author-meta">
- <span class="post-name">
- <a class="postName" target="_blank" href="{{author.twitter}}">{{author.name}}</a>
- <a class="btn_follow text-decoration-none" target="_blank" href="{{author.twitter}}">Follow</a>
- </span><br>
- <span class="author_bio">{{author.bio}}</span>
- </span>
+<div class="wrapfooter">
+ <span class="author_image">
+ <img class="author-thumb" src="{{ author.image }}" alt="{{ author.name }}" id="author_img">
+ </span>
+ <span class="author-meta">
+ <span class="post-name">
+ <a class="postName" target="_blank" href="{{author.twitter}}">{{author.name}}</a>
+ <a class="btn_follow text-decoration-none" target="_blank" href="{{author.twitter}}">Follow</a>
+ </span><br>
+ <span class="author_bio">{{author.bio}}</span>
+ </span>
</div>
\ No newline at end of file