File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ <h1 class="post-title"><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
6
6
{{- end }}
7
7
8
8
{{- if or (.Params.Date) (.Params.Author) }}
9
- < address class ="post-meta ">
9
+ < div class ="post-meta ">
10
10
{{- with .Params.Date }}
11
11
< time pubdate datetime ="{{ .Format "2006-01-02 15:04:05 IST " }}">
12
12
Published on
@@ -21,7 +21,7 @@ <h1 class="post-title"><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
21
21
{{- with .Params.LastMod }}
22
22
< time pubdate datetime ="{{ .Format "2006-01-02 15:04:05 IST " }}"> last modified {{ .Format "2006-01-02 15:04:05 IST" }}. </ time >
23
23
{{- end }}
24
- </ address >
24
+ </ div >
25
25
{{- end }}
26
26
27
27
{{- if .Params.tags }}
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ <h1 class="cv-title">
15
15
</ h1 >
16
16
17
17
{{- with .Params.contact }}
18
- < div class ="cv-contacts ">
18
+ < address class ="cv-contacts ">
19
19
< div class ="col ">
20
20
< div > {{ .phone }}</ div >
21
21
< div > {{ .email }}</ div >
22
22
</ div >
23
- </ div >
23
+ </ address >
24
24
{{- end }}
25
25
</ div >
26
26
</ header >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ <h1 class="post-title"><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
17
17
{{- end }}
18
18
19
19
{{- if or (.Params.Date) (.Params.Author) }}
20
- < address class ="post-meta ">
20
+ < div class ="post-meta ">
21
21
{{- with .Params.Date }}
22
22
< time pubdate datetime ="{{ .Format "2006-01-02 15:04:05 IST " }}">
23
23
Published on
@@ -32,7 +32,7 @@ <h1 class="post-title"><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
32
32
{{- with .Params.LastMod }}
33
33
< time pubdate datetime ="{{ .Format "2006-01-02 15:04:05 IST " }}"> last modified {{ .Format "2006-01-02 15:04:05 IST" }}. </ time >
34
34
{{- end }}
35
- </ address >
35
+ </ div >
36
36
{{- end }}
37
37
38
38
{{- with .Params.Description }}
You can’t perform that action at this time.
0 commit comments