Added swipe gesture navigation in archive and post pages. Fixes #39.
This commit is contained in:
parent
91f7b188f6
commit
af37115662
5 changed files with 54 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
{% include navigation.html %}
|
||||
|
||||
<section class="container content-section text-center">
|
||||
<section id="page" class="container content-section text-center">
|
||||
<div class="row">
|
||||
<div class="col-lg-10 col-lg-offset-1">
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
{% include navigation.html %}
|
||||
|
||||
<section class="container content-section text-center">
|
||||
<section id="post" class="container content-section text-center">
|
||||
<div class="row">
|
||||
<div class="col-lg-10 col-lg-offset-1">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue