File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 11
11
</ div >
12
12
</ div >
13
13
14
+ < header class ="post-header ">
15
+ {{- if .Title }}
16
+ < h1 class ="post-title "> < a href ="{{ .Permalink }} "> {{ .Title | markdownify }}</ a > </ h1 >
17
+ {{- end }}
18
+
19
+ {{- if or (.Params.Date) (.Params.Author) }}
20
+ < address class ="post-meta ">
21
+ {{- with .Params.Date }}
22
+ < time pubdate datetime ="{{ .Format "2006-01-02 15:04:05 IST " }}">
23
+ Published on
24
+ {{ .Format "2006-01-02 15:04:05 IST" }}
25
+ </ time >
26
+ {{- end }}
27
+
28
+ {{- with .Params.Author }}
29
+ < span > by {{ . }}</ span >
30
+ {{- end }}
31
+
32
+ {{- with .Params.LastMod }}
33
+ < time pubdate datetime ="{{ .Format "2006-01-02 15:04:05 IST " }}"> last modified {{ .Format "2006-01-02 15:04:05 IST" }}. </ time >
34
+ {{- end }}
35
+ </ address >
36
+ {{- end }}
37
+
38
+ {{- with .Params.Description }}
39
+ < p class ="post-description "> {{ . }}</ p >
40
+ {{- end }}
41
+ </ header >
42
+
14
43
< div class ="highlight-wrapper ">
15
44
< div class ="reveal ">
16
45
< div class ="slides ">
You can’t perform that action at this time.
0 commit comments