Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed Nov 21, 2015
1 parent f1bf70c commit 91073a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _layouts/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

<section id="page" class="container content-section text-center">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 col-md-offset-2">
<div class="col-lg-10 col-lg-offset-1">

{{ page.content | markdownify }}

<div class="col-lg-10 col-lg-offset-2">
<div class="col-lg-10 col-lg-offset-2 col-md-10 col-md-offset-2">
{% for post in paginator.posts %}
<h4 align="left"><strong>{{ post.date | date_to_string }}</strong> <small>. {{ post.category }} .</small> <br class="visible-xs-block visible-sm-block"><a href="{{site.baseurl}}{{post.url}}"> <strong>{{ post.title }}</strong> </a> <br class="visible-xs-block visible-sm-block"><small><a href="{{site.baseurl}}{{post.url}}#disqus_thread">Comments</a></small></h4>
{% endfor %}
Expand Down
4 changes: 2 additions & 2 deletions _layouts/tag.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<section class="container content-section text-center">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 col-md-offset-2">
<div class="col-lg-10 col-lg-offset-1">

<div id="archives">
<div>
Expand All @@ -21,7 +21,7 @@

<h3 id="#{{ tag }}">#{{ tag }}</h3>

<div class="col-lg-10 col-lg-offset-2">
<div class="col-lg-10 col-lg-offset-2 col-md-10 col-md-offset-2">
{% for post in site.posts %}
{% if post.tags contains tag %}
<h4 align="left"><strong>{{ post.date | date_to_string }}</strong> <small>. {{ post.category }} .</small> <a href="{{site.baseurl}}{{post.url}}"> <strong>{{ post.title }} </a> </strong> <small><a href="{{site.baseurl}}{{post.url}}#disqus_thread">Comments</a></small></h4>
Expand Down

0 comments on commit 91073a3

Please sign in to comment.