From 0e04e4c52f91216ed3e0bdfd8c54f0dd2dc66441 Mon Sep 17 00:00:00 2001 From: Yonghye Kwon Date: Sun, 6 Oct 2019 02:04:14 +0900 Subject: [PATCH] fix the bug: button events in mobile device Hi, I make my github blog through this repository. But, when I clicked button for posts in categories on my tablet(Ipad pro 10.5), the button event didn't work. After deleting this class, I could solve this problem. --- categories.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/categories.html b/categories.html index d94a229c..8c7fea8d 100644 --- a/categories.html +++ b/categories.html @@ -19,7 +19,7 @@

{{ cat {% for node in pages_list %} {% if node.title != null %} {% if group == null or group == node.group %} - + {{node.title}}