We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23e413 commit f6a176fCopy full SHA for f6a176f
layouts/cv/single.html
@@ -24,14 +24,8 @@ <h1 class="cv-title">
24
{{- end }}
25
</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>
+ <p class="post-meta">{{ . }}</p>
35
36
</header>
37
0 commit comments