Commit 87c8d463 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: direct link to the templates

parent d18028b7
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -15,6 +15,13 @@ body {
  background-color: transparent;
  padding-top: 90px;
}
#banner a {
  color: white;
  font-size: 1.125rem;
}
#banner a:hover {
  color: #f16e00;
}
.cta-1,
.cta2 {
  background-color: #fff;
+3 −0
Original line number Diff line number Diff line
@@ -59,6 +59,9 @@
          <p class="text-white pt-5">
            <a href="/kicker" class="btn btn-lg btn-banner btn-primary">Try our generator <span class="fa fa-angle-double-right" aria-hidden="true"></span></a>
          </p>
          <p class="text-white pt-2">
            <a href="/doc/ref/">Check out the available templates <span class="fa fa-angle-double-right" aria-hidden="true"></span></a>
          </p>
        </div>
      </div>
    </div>