Skip to content

Commit f6a176f

Browse files
committed
fix: [CV] Remove lastmod date, use post-meta
This is done to reduce wasting precious space at the top in the first page.
1 parent e23e413 commit f6a176f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

layouts/cv/single.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,8 @@ <h1 class="cv-title">
2424
{{- end }}
2525
</div>
2626

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-
3327
{{- with .Params.Description }}
34-
<p class="post-description">{{ . }}</p>
28+
<p class="post-meta">{{ . }}</p>
3529
{{- end }}
3630
</header>
3731

0 commit comments

Comments
 (0)