move tags below a post
This commit is contained in:
parent
dbab1c3cf6
commit
426e809d48
1 changed files with 4 additions and 5 deletions
|
@ -8,6 +8,8 @@ layout: base
|
|||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
<article role="main" class="blog-post">
|
||||
{{ content }}
|
||||
</article>
|
||||
{% if page.tags.size > 0 %}
|
||||
<div class="blog-tags">
|
||||
Tags:
|
||||
|
@ -20,9 +22,6 @@ layout: base
|
|||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{{ content }}
|
||||
</article>
|
||||
|
||||
<ul class="pager blog-pager">
|
||||
{% if page.previous.url %}
|
||||
<li class="previous">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue