From 41614fc7569483930eb7d3ffe3a01c5a60d48a55 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Fri, 14 Apr 2017 11:06:20 +0200 Subject: implemented branch option --- 404.md | 2 +- _config.yml.dist | 1 + _layouts/default.html | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/404.md b/404.md index 53d6d18..5a3c62a 100644 --- a/404.md +++ b/404.md @@ -6,6 +6,6 @@ permalink: /404.html \ No newline at end of file diff --git a/_config.yml.dist b/_config.yml.dist index ba3b9ec..f8cbab5 100644 --- a/_config.yml.dist +++ b/_config.yml.dist @@ -1,6 +1,7 @@ title: git-wiki description: git-wiki is a jekyll theme originally based on jekyll-theme-minimal show_downloads: true +git_branch: master logo_url: google_analytics: theme: diff --git a/_layouts/default.html b/_layouts/default.html index ac17a8c..f3bcc0b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -40,12 +40,12 @@ History Source {% else %} - Edit + Edit {% if site.use_prose_io %} - Edit with Prose.io + Edit with Prose.io {% endif %} - History - Source + History + Source {% endif %} {% if site.google_cse_token %} -- cgit