Replace bootstrap with Bulma
This commit is contained in:
parent
4e851429d8
commit
fbec98acaf
20 changed files with 126 additions and 138 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class="post-pager is-flex">
|
||||
<div class="post-pager is-clearfix is-flex mt-2">
|
||||
{% if page.previous_post %}
|
||||
<div class="is-half">
|
||||
<div class="is-half flex">
|
||||
<a href="{{ page.previous_post.url }}">
|
||||
« {{ page.previous_post.title }}
|
||||
</a>
|
||||
|
@ -8,7 +8,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if page.next_post %}
|
||||
<div class="is-half text-right">
|
||||
<div class="is-half flex has-text-right">
|
||||
<a href="{{ page.next_post.url }}">
|
||||
{{ page.next_post.title }} »
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue