File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ {{ define "main" }}
2
+
3
+ < div class ="d-xl-flex justify-content-center ">
4
+ < main class ="col-xl-8 d-block " role ="main ">
5
+ < div class ="container ">
6
+ < h1 class ="align-center "> {{ .Title }}</ h1 >
7
+ {{ if .Description }}
8
+ < p class ="muted align-center pb-4 "> {{ .Description | markdownify }}</ p > < hr > {{ end}}
9
+ {{ if .Content }}
10
+ < div class ="pb-4 mb-2 "> {{ .Content }}</ div >
11
+ {{ end }}
12
+ </ div >
13
+ </ main >
14
+ </ div >
15
+
16
+
17
+ {{ end }}
Original file line number Diff line number Diff line change 79
79
RSS</ a > </ li >
80
80
</ ul >
81
81
</ div >
82
-
83
82
</ div >
84
83
{{ end }}
85
84
< div class ="site-info footer-text ">
86
85
87
86
< div class ="text-center ">
88
- < p > Copyright © F5, Inc. All rights reserved.< br > < a href ="https://www.f5.com/company/policies/trademarks " rel ="noopener " target ="_blank "> Trademarks</ a > | < a href ="https://www.f5.com/company/policies " rel ="noopener " target ="_blank "> Policies</ a > | < a href ="https://www.f5.com/company/policies/privacy-notice " rel ="noopener " target ="_blank "> Privacy</ a > | < a href ="https://www.f5.com/company/policies/F5-California-privacy-summary " rel ="noopener " target ="_blank "> California Privacy</ a > | < a href ="https://www.f5.com/company/policies/privacy-notice#no-sell " rel ="noopener " target ="_blank "> Do Not Sell My Personal Information</ a > | < span id ="teconsent "> </ span > </ p >
87
+ < p > Copyright © F5, Inc. All rights reserved.< br > < a href ="https://www.f5.com/company/policies/trademarks " rel ="noopener " target ="_blank "> Trademarks</ a > | < a href ="https://www.f5.com/company/policies " rel ="noopener " target ="_blank "> Policies</ a > | < a href ="{{ .Site.BaseURL }}/ossc " > Open Source Components </ a > </ p > | < a href =" https://www.f5.com/company/policies/privacy-notice " rel ="noopener " target ="_blank "> Privacy</ a > | < a href ="https://www.f5.com/company/policies/F5-California-privacy-summary " rel ="noopener " target ="_blank "> California Privacy</ a > | < a href ="https://www.f5.com/company/policies/privacy-notice#no-sell " rel ="noopener " target ="_blank "> Do Not Sell My Personal Information</ a > | < span id ="teconsent "> </ span >
89
88
</ div >
90
89
91
90
</ div > <!-- /.site-info -->
You can’t perform that action at this time.
0 commit comments