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 7979 RSS</ a > </ li >
8080 </ ul >
8181 </ div >
82-
8382 </ div >
8483 {{ end }}
8584 < div class ="site-info footer-text ">
8685
8786 < 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 >
8988 </ div >
9089
9190 </ div > <!-- /.site-info -->
You can’t perform that action at this time.
0 commit comments