From 6b15ed57b5a4a9a5dd97046d2f379dbb7c2f3918 Mon Sep 17 00:00:00 2001 From: jlozovei Date: Fri, 18 Oct 2019 10:01:58 -0300 Subject: [PATCH] fix github repo anchor url --- _config.yml | 7 ++++--- _includes/footer.html | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index a612483..c0eb259 100644 --- a/_config.yml +++ b/_config.yml @@ -2,10 +2,11 @@ title: FuturePress email: futurepressorg@gmail.com description: > # Open standards, open books, open source. -baseurl: "" # the subpath of your site, e.g. /blog/ -url: "http://futurepress.org" # the base hostname & protocol for your site +baseurl: '' # the subpath of your site, e.g. /blog/ +url: 'http://futurepress.org' # the base hostname & protocol for your site twitter_username: Epubjs -github_username: epub.js +github_username: futurepress +github_repo: epub.js # Build settings markdown: kramdown diff --git a/_includes/footer.html b/_includes/footer.html index e5e3432..0cb8353 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -16,7 +16,7 @@