diff --git a/app/com/gitpitch/views/Slideshow.scala.html b/app/com/gitpitch/views/Slideshow.scala.html index a58340b..9016aeb 100755 --- a/app/com/gitpitch/views/Slideshow.scala.html +++ b/app/com/gitpitch/views/Slideshow.scala.html @@ -51,14 +51,24 @@ @if(ssm.hasFootnote()) { @ssm.fetchFootnote() } else { - @if(ssm.params().grs.equals("github")) { - - } else { - - } - @ssm.params().asLogo() + @if(ssm.params().grs.equals("github")) { + + } + @if(ssm.params().grs.equals("gitlab")) { + + } + @if(ssm.params().grs.equals("bitbucket")) { + + } + @if(ssm.params().grs.equals("gitea") || + ssm.params().grs.equals("gogs")) { + + } + @ssm.params().asLogo() } diff --git a/app/com/gitpitch/views/frags/LandingHeader.scala.html b/app/com/gitpitch/views/frags/LandingHeader.scala.html index 59397d4..f2c6472 100644 --- a/app/com/gitpitch/views/frags/LandingHeader.scala.html +++ b/app/com/gitpitch/views/frags/LandingHeader.scala.html @@ -47,11 +47,9 @@ } else {