diff options
| author | XhmikosR <[email protected]> | 2020-11-17 15:37:36 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-11-17 16:35:32 +0200 |
| commit | bec6eef9718d3f7c5e7c865324753e4cf32a517c (patch) | |
| tree | 25546fe8ac25d293d381ce1b86900dd71cd15696 | |
| parent | 4c9597ef7e450a694701d0803ed5422558b11c1c (diff) | |
| download | bootstrap-bec6eef9718d3f7c5e7c865324753e4cf32a517c.tar.xz bootstrap-bec6eef9718d3f7c5e7c865324753e4cf32a517c.zip | |
skippy.html: reduce whitespace output
| -rw-r--r-- | site/layouts/partials/skippy.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/site/layouts/partials/skippy.html b/site/layouts/partials/skippy.html index e6bf901a9..f95eece57 100644 --- a/site/layouts/partials/skippy.html +++ b/site/layouts/partials/skippy.html @@ -1,9 +1,8 @@ <div class="skippy overflow-hidden"> <div class="container-xl"> <a class="visually-hidden-focusable d-inline-flex p-2 m-1" href="#content">Skip to main content</a> - - {{ if (eq .Page.Layout "docs") }} - <a class="visually-hidden-focusable d-none d-md-inline-flex p-2 m-1" href="#bd-docs-nav">Skip to docs navigation</a> + {{ if (eq .Page.Layout "docs") -}} + <a class="visually-hidden-focusable d-none d-md-inline-flex p-2 m-1" href="#bd-docs-nav">Skip to docs navigation</a> {{- end }} </div> </div> |
