From bf790e3ca94e8d15896425dbfc24b24cfa2b9844 Mon Sep 17 00:00:00 2001 From: "gunnar.johansson" Date: Sat, 18 Sep 2021 21:19:36 +0200 Subject: [PATCH] Update location of icon and remove dead link to apple touch --- _config.yml | 1 - {images => img}/favicon.ico | Bin 2 files changed, 1 deletion(-) rename {images => img}/favicon.ico (100%) diff --git a/_config.yml b/_config.yml index 90458be..8dff3f8 100755 --- a/_config.yml +++ b/_config.yml @@ -19,7 +19,6 @@ keywords: "GraphWalker, Model based testing, mbt, testing, test, automation" description: "GraphWalker is an open source Model-based testing tool for test automation. It is designed to make it easy to design your tests using graphs" source_link: "https://github.com/GraphWalker/graphwalker-project" favicon: "img/favicon.ico" -touch_icon: "img/apple-touch-icon.png" google_analytics_key: UA-67286726-1 diff --git a/images/favicon.ico b/img/favicon.ico similarity index 100% rename from images/favicon.ico rename to img/favicon.ico