Loading layouts/index.html +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <h1 class="mt-0">{{ .Title }}</h1> </div> <div class="col-lg-9 col-xl-8 text-center"> <p class="lead">{{ .Params.Lead | safeHTML }}</p> <p class="lead">{{ .Params.lead | safeHTML }}</p> <a class="btn btn-primary btn-lg px-4 mb-2" href="{{ "docs/prologue/introduction/" | absURL }}" role="button">Get started</a> <p class="meta">Open-source MIT Licensed. <a href="https://github.com/h-enk/doks">GitHub v{{ .Site.Data.doks.version }}</a></p> </div> Loading Loading
layouts/index.html +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <h1 class="mt-0">{{ .Title }}</h1> </div> <div class="col-lg-9 col-xl-8 text-center"> <p class="lead">{{ .Params.Lead | safeHTML }}</p> <p class="lead">{{ .Params.lead | safeHTML }}</p> <a class="btn btn-primary btn-lg px-4 mb-2" href="{{ "docs/prologue/introduction/" | absURL }}" role="button">Get started</a> <p class="meta">Open-source MIT Licensed. <a href="https://github.com/h-enk/doks">GitHub v{{ .Site.Data.doks.version }}</a></p> </div> Loading