File tree Expand file tree Collapse file tree 6 files changed +7
-11
lines changed Expand file tree Collapse file tree 6 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 1
1
{{ define "main" }}
2
2
3
- < p style ="text-align: center; " > < strong > Page not found ! :( </ strong > </ p >
3
+ < p class ="text-center fw-bold " > Page not found ! :( </ p >
4
4
5
5
{{ end }}
Original file line number Diff line number Diff line change 1
- <!DOCTYPE html>
2
- < html lang ="en " data-bs-theme ="auto ">
1
+ {{ partial "meta/main.html" . }}
3
2
< head >
4
3
{{ partial "meta/html.html" . }}
5
4
< title > {{ .Page.Title | default .Site.Title }}</ title >
Original file line number Diff line number Diff line change 1
- <!DOCTYPE html>
2
- < html lang ="{{ .Site.Language.Lang | default "en " }}" data-bs-theme="auto ">
1
+ {{ partial "meta/main.html" . }}
3
2
< head >
4
3
{{ partial "meta/html.html" . }}
5
4
Original file line number Diff line number Diff line change 1
- <!DOCTYPE html>
2
- < html lang ="{{ .Site.Language.Lang | default "en " }}" data-bs-theme="auto ">
1
+ {{ partial "meta/main.html" . }}
3
2
< head >
4
3
{{ partial "meta/html.html" . }}
5
4
< title > {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Page.Title }} | {{ .Site.Title }}{{ end }}</ title >
Original file line number Diff line number Diff line change 1
- <!DOCTYPE html>
2
- < html lang ="en " data-bs-theme ="auto ">
1
+ {{ partial "meta/main.html" . }}
3
2
< head >
4
3
{{ partial "meta/html.html" . }}
5
4
< title > {{ .Page.Title | default .Site.Title }}</ title >
10
9
{{ partial "google/searchconsole.html" . }}
11
10
{{ partial "ads/head.html" . }}
12
11
{{ partial "adspop.html" . }}
13
-
14
-
15
12
</ head >
16
13
17
14
< body >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="{{ .Params.lang | default "en " }}" data-bs-theme="auto " dir ="ltr ">
You can’t perform that action at this time.
0 commit comments