fix(git): git info in footer

This commit is contained in:
Dillon
2020-03-04 01:27:30 +08:00
parent 41e27cd979
commit 66b76b599b
5 changed files with 31 additions and 10 deletions

View File

@@ -5,6 +5,12 @@
<div class="post-info-mod">
<span>
{{- printf (T "lastMod") $modify_date -}}
{{- with .GitInfo -}}
{{- $gitHash := .Hash -}}
&nbsp;<a class="git-hash" {{ with $.Site.Params.gitRepo }}href="{{ printf `%s/commit/%s` . $gitHash }}" target="_blank"{{ else }}href="javascript:void(0);"{{ end }} title="commit by {{ .AuthorName }}({{ .AuthorEmail }}) {{ $gitHash }}: {{ .Subject }}">
<i class="fas fa-hashtag fa-fw"></i>{{- .AbbreviatedHash -}}
</a>
{{- end -}}
</span>
</div>
<div class="post-info-license">