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 8a80046 commit 79fd53dCopy full SHA for 79fd53d
layouts/_default/docs.html
@@ -51,10 +51,12 @@ <h1 class="srcf-title" id="content">{{ .Title | markdownify }}</h1>
51
52
{{ .Content }}
53
54
+ {{ if .GitInfo }}
55
<hr>
56
<p class="text-muted">
57
<a href="{{ .Site.Params.repo}}/commit/{{.GitInfo.Hash}}" target="_blank" rel="noopener">Last modified</a> on {{.Lastmod | dateFormat "Monday Jan 2, 2006"}} by {{ .GitInfo.AuthorName }}
58
</p>
59
+ {{ end }}
60
61
</div>
62
</main>
0 commit comments