margins of articles to be more center screen than full width added
This commit is contained in:
parent
bbf47fe354
commit
c0dc9d3c97
12 changed files with 17 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
{% if PLUGINS and 'neighbors' in PLUGINS %}
|
||||
<div class="neighbors">
|
||||
<div class="neighbors container">
|
||||
{% if article.prev_article %}
|
||||
<a class="btn float-left" href="{{ SITEURL }}/{{ article.prev_article.url }}" title="{{ article.prev_article.title|striptags }}">
|
||||
<i class="fa fa-angle-left"></i> {{ _('Previous Post') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue