From 64a6c5ea0e14bde55fe17ee6d4cc7c86d9e41a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Tue, 10 Jul 2018 16:27:20 +0200 Subject: [PATCH] Fix GitHub link --- _config.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 6ac2116..099be9b 100644 --- a/_config.yml +++ b/_config.yml @@ -2,8 +2,9 @@ title: "86Box" description: "Emulator of x86-based machines based on PCem" theme: jekyll-theme-cayman -site.github.is_project_page: true -site.github.repository_name: 86Box -site.github.repository_url: https://github.com/86Box/86Box -site.github.owner_name: OBattler -site.github.owner_url: https://github.com/OBattler +github: + is_project_page: true + repository_name: 86Box + repository_url: https://github.com/86Box/86Box + owner_name: OBattler + owner_url: https://github.com/OBattler