Skip to content

Commit 3ba9f9c

Browse files
committed
Reorder CL515 Whats New section for PDF layout, remove footer from PDF flat HTML view
1 parent c50815b commit 3ba9f9c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/cumulus-linux-515/Whats-New/New-and-Changed-NVUE-Commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: Cumulus Networks
44
weight: -30
55
product: Cumulus Linux
66
version: "5.15"
7-
toc: 1
7+
toc: 2
88
---
99

1010
## Changes to Command Syntax

content/cumulus-linux-515/Whats-New/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: What's New
33
author: NVIDIA
4-
weight: 5
5-
toc: 2
4+
weight: -35
5+
toc: 1
66
---
77
This document supports the Cumulus Linux 5.15 release, and lists new features and enhancements.
88
- For a list of open and fixed issues in Cumulus Linux 5.15, see the {{<link title="Cumulus Linux 5.15 Release Notes" text="Cumulus Linux 5.15 Release Notes">}}.

themes/netDocs/layouts/_default/baseof.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ <h2 class="book-brand"><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h2>
6262
</main>
6363
</div>
6464

65-
65+
{{if ne .Page.Type "pdf"}}
6666
{{ partialCached "footer" . }}
67-
67+
{{ end }}
6868
</body>
6969
</html>

0 commit comments

Comments
 (0)