Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/josephhutch/aether.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/li-next.html')
-rw-r--r--layouts/_default/li-next.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/_default/li-next.html b/layouts/_default/li-next.html
index ced83df..9e65696 100644
--- a/layouts/_default/li-next.html
+++ b/layouts/_default/li-next.html
@@ -1,4 +1,5 @@
-<a href="{{ .Permalink }}" class="card blog-card bc-next" rel="bookmark" >
+<a ontouchstart="cardPressed.call(this)" ontouchend="cardReleased.call(this)" ontouchmove="cardReleased.call(this)"
+ href="{{ .Permalink }}" class="card blog-card bc-next" rel="bookmark" >
{{ with .Resources.GetMatch "featuredImage" }}
<div class="card-img-container">
<p class="card-img-overlay">Next Article</p>