File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -1648,4 +1648,8 @@ li.nav-item a.nav-link {
1648
1648
.remove-bottom-radius {
1649
1649
border-bottom-left-radius : 0 ;
1650
1650
border-bottom-right-radius : 0 ;
1651
+ }
1652
+
1653
+ .last-modified {
1654
+ font-weight : 300 ;
1651
1655
}
Original file line number Diff line number Diff line change @@ -21,8 +21,14 @@ <h1>{{ .Title }}</h1>
21
21
{{ .Content }}
22
22
{{ partial "version-list" . }}
23
23
< hr >
24
+
25
+ {{ if .Page.Lastmod }}
26
+ < div class ="last-modified ">
27
+ Last modified {{ .Page.Lastmod.Format "January 2, 2006" }}
28
+ </ div >
29
+ {{ end }}
30
+
24
31
{{ partial "previous-next-links-in-section-with-title.html" . }}
25
-
26
32
</ main >
27
33
{{ if and (gt .WordCount 200 ) (.Params.toc) }}
28
34
{{ if (add (len (findRE "< h3 " .Content)) (len (findRE "< h2" .Content))) }}
@@ -31,6 +37,7 @@ <h1>{{ .Title }}</h1>
31
37
</ div >
32
38
{{ end }}
33
39
{{ end }}
40
+
34
41
</ div>
35
42
<!-- If there is a script defined in the page metadata, load it -->
36
43
{{if .Params.script}}
You can’t perform that action at this time.
0 commit comments