File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- < link rel ="shortcut icon " type ="image/x-icon " href ="{{ "/ images/favicon-48x48.ico" | absURL }}">
1
+ < link rel ="shortcut icon " type ="image/x-icon " href ="{{ "images /favicon-48x48.ico" | absURL }}">
Original file line number Diff line number Diff line change 1
1
< div class ="footer-layout ">
2
2
< div class ="footer-f5-trademark ">
3
- < img class ="f5-logo-footer " src ="{{ "/ images/icons/Logo_F5.svg" | absURL }}" alt="F5 logo">
3
+ < img class ="f5-logo-footer " src ="{{ "images /icons/Logo_F5.svg" | absURL }}" alt="F5 logo ">
4
4
< p > ©2025 F5, Inc. All rights reserved. NGINX is a registered trademark of F5, Inc.</ p >
5
5
</ div >
6
6
< div class ="footer-useful-links ">
Original file line number Diff line number Diff line change 3
3
< div class ="row align-items-center ">
4
4
< div class ="col-md-6 d-md-flex ">
5
5
< img class ="nginx-logo-footer " src ="{{
6
- "
/ images/icons/
[email protected] " | absURL
6
+ "
images /icons/
[email protected] " | absURL
7
7
}}"/>
8
8
</ div >
9
9
</ div >
236
236
< div class ="text-center ">
237
237
< p >
238
238
< a href ="https://www.f5.com/ "
239
- > < img class ="f5-logo-footer " src ="{{ "/ images/icons/Logo_F5.svg" |
239
+ > < img class ="f5-logo-footer " src ="{{ "images /icons/Logo_F5.svg" |
240
240
absURL }}" alt="F5 logo "> </ a
241
241
>
242
242
©2025 F5, Inc. All rights reserved.
Original file line number Diff line number Diff line change 27
27
28
28
< div class ="header__logo ">
29
29
< a class ="header__logo-link " href ="{{ .Site.BaseURL | relLangURL }} " alt ="NGINX Docs Home ">
30
- < img class ="header__img " src ="{{ "/ images/icons/NGINX-Open-Source-product-icon.svg" | absURL }}" alt="NGINX Docs">
30
+ < img class ="header__img " src ="{{ "images /icons/NGINX-Open-Source-product-icon.svg" | absURL }}" alt="NGINX Docs ">
31
31
</ a >
32
32
</ div >
33
33
Original file line number Diff line number Diff line change 24
24
{{ end }}
25
25
26
26
< meta property ="article:publisher " content ="https://www.facebook.com/nginxinc " />
27
- < meta property ="og:image " content ="{{ "/ images/icons/NGINX-Docs-new-docs-dark-1200x630.png" | absURL }}" />
27
+ < meta property ="og:image " content ="{{ "images /icons/NGINX-Docs-new-docs-dark-1200x630.png" | absURL }}" />
28
28
< meta property ="og:image:width " content ="500 " />
29
29
< meta property ="og:image:height " content ="300 " />
30
30
< meta name ="twitter:card " content ="summary " />
31
31
< meta name ="twitter:description " content ="{{.Page.Description}} " />
32
32
< meta name ="twitter:title " content ="{{.Page.Title}} " />
33
33
< meta name ="twitter:site " content ="@nginx " />
34
- < meta name ="twitter:image " content ="{{ "/ images/icons/NGINX-Docs-new-docs-dark-1200x630.png" | absURL }}" />
34
+ < meta name ="twitter:image " content ="{{ "images /icons/NGINX-Docs-new-docs-dark-1200x630.png" | absURL }}" />
35
35
< meta name ="twitter:creator " content ="@nginx " />
36
36
{{ if .Page.Lastmod }}
37
37
< meta http-equiv ="last-modified " content ="{{ .Page.Lastmod.Format "02 /01/2006" }}" />
Original file line number Diff line number Diff line change 41
41
{{- if $title -}}
42
42
< div class ="card-header ">
43
43
{{- if $brandIcon -}}
44
- < img class ="card-brand-icon " src ="/ images/icons/{{ $brandIcon }} ">
44
+ < img class ="card-brand-icon " src ="images/icons/{{ $brandIcon }} ">
45
45
{{- else if $icon -}}
46
46
{{ partial "lucide" (dict "context" . "icon" $icon) }}
47
47
{{- end -}}
You can’t perform that action at this time.
0 commit comments