link to git commit
This commit is contained in:
parent
9635718899
commit
db87168281
@ -31,3 +31,4 @@ outputs:
|
|||||||
- HTML
|
- HTML
|
||||||
- RSS
|
- RSS
|
||||||
- JSON
|
- JSON
|
||||||
|
enableGitInfo: true
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
<p>
|
<p>
|
||||||
<small>
|
<small>
|
||||||
{{ .Date.Format "02.01.2006 15:04" }}
|
{{ .Date.Format "02.01.2006 15:04" }}
|
||||||
|
{{ if .GitInfo }}/// <a href="https://github.com/xsteadfastx/blog/commit/{{ .GitInfo.Hash }}">{{ .GitInfo.AbbreviatedHash }}</a>{{ end }}
|
||||||
{{ if .Params.tags }}///{{ end }}
|
{{ if .Params.tags }}///{{ end }}
|
||||||
{{ range .Params.tags }}
|
{{ range .Params.tags }}
|
||||||
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a>
|
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user