show git commit ref
This commit is contained in:
parent
4193a15b0e
commit
01a196460a
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
<footer>
|
<footer>
|
||||||
<div>
|
<div>
|
||||||
<p>
|
<p>
|
||||||
© {{ $.Site.Params.Copyright }} {{ now.Format "2006"}}
|
© {{ $.Site.Params.Copyright }} {{ now.Format "2006"}} {{ with .GitInfo }}- {{ .AbbreviatedHash }} {{ end }}
|
||||||
|
|
||||||
|
|
||||||
{{ with $.Site.Params.License -}}
|
{{ with $.Site.Params.License -}}
|
||||||
· <a href="{{ $.Site.Params.licenseURL }}" target="_blank">{{ . | safeHTML }}</a>
|
· <a href="{{ $.Site.Params.licenseURL }}" target="_blank">{{ . | safeHTML }}</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue