Skip to content

Commit e23e413

Browse files
committed
feat: [CV] Add last modified and description
1 parent 37cdb1d commit e23e413

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

layouts/cv/single.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ <h1 class="cv-title">
2323
</address>
2424
{{- end }}
2525
</div>
26+
27+
{{- with .Params.LastMod }}
28+
<div class="post-meta">
29+
<time pubdate datetime="{{ .Format "2006-01-02 15:04:05 IST" }}"> Updated on: {{ .Format "2006-01-02 15:04:05 IST" }}. </time>
30+
</div>
31+
{{- end }}
32+
33+
{{- with .Params.Description }}
34+
<p class="post-description">{{ . }}</p>
35+
{{- end }}
2636
</header>
2737

2838
{{- with .Content }}

0 commit comments

Comments
 (0)