Skip to content

Commit

Permalink
Fix author information alignment on posts
Browse files Browse the repository at this point in the history
Fixed auhor information alignment on ponts as required in issue glugmvit#36
  • Loading branch information
VictorBSI committed Jun 30, 2019
1 parent 050326d commit 072c57a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
font-family: "Lora",sans-serif;
font-size: 40px;
font-weight: 200;
}
}
</style>
<h1 id="titlefont" class="posttitle">{{ page.title }}</h1>
</div>
Expand Down Expand Up @@ -91,6 +91,9 @@ <h1 id="titlefont" class="posttitle">{{ page.title }}</h1>
</div>
<div class="col-md-10">
<a target="_blank" class="link-dark" href="{{ author.web }}">{{ author.display_name }}</a><a target="_blank" href="{{ author.twitter }}" class="btn follow">Follow</a>
</div>
&nbsp;
<div style="text-align: left">
<span class="author-description">{{ author.description }}</span>
</div>
</div>
Expand Down

0 comments on commit 072c57a

Please sign in to comment.