diff options
Diffstat (limited to 'themes/hugo-book/layouts/partials/docs/links/commit.html')
| -rw-r--r-- | themes/hugo-book/layouts/partials/docs/links/commit.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/hugo-book/layouts/partials/docs/links/commit.html b/themes/hugo-book/layouts/partials/docs/links/commit.html new file mode 100644 index 0000000..8ab9334 --- /dev/null +++ b/themes/hugo-book/layouts/partials/docs/links/commit.html @@ -0,0 +1,2 @@ +{{- $commitPath := default "commit" .Site.Params.BookCommitPath -}} +{{- .Site.Params.BookRepo }}/{{ $commitPath }}/{{ .GitInfo.Hash -}}
\ No newline at end of file |
