diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index a4c3934..2c154f7 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,9 +2,16 @@
{{ if .Site.Params.githubRepo }} - + {{ $length := len ( split .Site.Params.githubRepo "/" ) }} + {{ if eq $length 2 }} + + {{ else }} + + {{ end }} {{ end }}