diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index c802f5b..6e3ceca 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -3,7 +3,7 @@
-
+
@@ -70,11 +70,11 @@
-
+
-
-
+
+
@@ -106,11 +106,11 @@
-
+
-
-
+
+
@@ -223,13 +223,13 @@
-
+
@@ -605,21 +605,7 @@
-
-
-
- 1500378863156
-
-
-
- 1500378863156
-
-
- 1500378926618
-
-
-
- 1500378926618
+
1500379096274
@@ -950,11 +936,25 @@
1533892481423
-
+
+ 1533892645367
+
+
+
+ 1533892645367
+
+
+ 1533892817668
+
+
+
+ 1533892817668
+
+
-
+
@@ -1408,13 +1408,6 @@
-
-
-
-
-
-
-
@@ -1459,8 +1452,15 @@
-
-
+
+
+
+
+
+
+
+
+
diff --git a/plugins/filter_show.js b/plugins/filter_show.js
index 7c35e65..6fdf38c 100644
--- a/plugins/filter_show.js
+++ b/plugins/filter_show.js
@@ -1,6 +1,6 @@
module.exports = function (item, itemOptions, source) {
console.log('---');
console.log(itemOptions.title);
- console.log(itemOptions.permalink);
+ console.log(itemOptions.permalink || itemOptions.url);
return itemOptions;
};