From 22f8d449112752c07e62c08664258a4f80844f50 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 17 Mar 2018 01:15:55 +0100 Subject: [PATCH] Improve a bit octopress detection (#2165) This can be tested [here](blog.lekkertech.net/blog/2018/03/07/iota-signatures/) --- src/apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps.json b/src/apps.json index 0fcec2473..8f66dce0f 100644 --- a/src/apps.json +++ b/src/apps.json @@ -6786,6 +6786,7 @@ "html": "Powered by ", "icon": "octopress.png", "implies": "Jekyll", + "script": "/octopress\\.js", "meta": { "generator": "Octopress" },