Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified htmltest/htmltest
Binary file not shown.
4 changes: 2 additions & 2 deletions layouts/docs/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<div class="container-fluid td-outer">
<div class="td-main">
<div class="row flex-xl-nowrap stretch-main">
<aside data-stt-ignore class="d-none d-lg-block col-lg-4 col-xl-3 td-sidebar d-print-none"> <!-- NK - adjusted resizing for different screens -->
<aside data-stt-ignore class="d-none d-lg-block col-lg-4 col-xl-3 td-sidebar d-print-none" data-proofer-ignore> <!-- NK - adjusted resizing for different screens/MvM - ignore for htmltest and translation -->
{{ partial "sidebar.html" . }}
</aside>
<aside data-stt-ignore class="d-none d-xl-block col-xl-3 td-sidebar-toc d-print-none"> <!-- NK - adjusted resizing for different screens -->
<aside data-stt-ignore class="d-none d-xl-block col-xl-3 td-sidebar-toc d-print-none" data-proofer-ignore> <!-- NK - adjusted resizing for different screens/MvM - ignore for htmltest and translation -->
{{ partial "page-meta-links.html" . }}
<!-- NK - insert of layout element for line break and ToC title -->
<span class="d-block p-2">
Expand Down
4 changes: 2 additions & 2 deletions layouts/docs/landingpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="container-fluid td-outer">
<div class="td-main">
<div class="row flex-xl-nowrap stretch-main">
<aside data-stt-ignore class="d-none d-lg-block col-lg-4 col-xl-3 td-sidebar d-print-none"> <!-- NK - adjusted resizing for different screens -->
<aside data-stt-ignore class="d-none d-lg-block col-lg-4 col-xl-3 td-sidebar d-print-none" data-proofer-ignore> <!-- NK - adjusted resizing for different screens/MvM - ignore for htmltest and translation -->
{{ partial "sidebar.html" . }}
</aside>
{{/* NK - deactivated toc
Expand Down Expand Up @@ -88,7 +88,7 @@ <h3 class="title-row">Contribute to Docs? Here Is How:</h3>
</div>
</div>
</main>
<aside data-stt-ignore class="d-none d-xl-block col-xl-3 td-sidebar d-print-none">
<aside data-stt-ignore class="d-none d-xl-block col-xl-3 td-sidebar d-print-none" data-proofer-ignore>
</aside>
</div>
</div>
Expand Down