From b4cfd8b01efb505792c2c2973f77ba971ec95a68 Mon Sep 17 00:00:00 2001 From: tobiasraabe Date: Sat, 3 Mar 2018 12:44:52 +0100 Subject: [PATCH] Allow githubRepo to point to custom branches. --- exampleSite/config.toml | 2 +- layouts/partials/footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 07146d6..25f157e 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -35,7 +35,7 @@ social_banner = "img/banner.png" usesmallsummarycard = true posts_navigation = true # issoHost = "comments.domain.tld:1234" -# githubRepo = "githubUsername/repositoryName" +# githubRepo = "githubUsername/repositoryName/tree/master" small_banner_logo = false [params.colors] diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b5a7c90..a4c3934 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,7 +3,7 @@ {{ if .Site.Params.githubRepo }} {{ end }}