2019-11-13 23:23:01 +00:00
|
|
|
<div class="book-footer justify-between">
|
2019-11-16 20:32:23 +00:00
|
|
|
{{ if .Site.IsMultiLingual }}
|
2019-11-09 23:23:06 +00:00
|
|
|
{{ partial "docs/languages" . }}
|
2019-11-16 20:32:23 +00:00
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ if and .GitInfo .Site.Params.BookRepo }}
|
2018-12-15 03:53:50 +00:00
|
|
|
{{ with .GitInfo }}
|
2018-12-03 07:17:01 +00:00
|
|
|
<div>
|
2019-04-22 17:17:39 +00:00
|
|
|
{{ $date := .AuthorDate.Local.Format (default "January 2, 2006" $.Site.Params.BookDateFormat) }}
|
2019-11-16 20:32:23 +00:00
|
|
|
<a class="flex align-center" href="{{ $.Site.Params.BookRepo }}/commit/{{ .Hash }}" title='{{ i18n "Last modified by" }} {{ .AuthorName }} | {{ $date }}' target="_blank">
|
|
|
|
<img src="{{ "svg/calendar.svg" | relURL }}" alt="Calendar" />
|
2019-10-08 21:25:33 +00:00
|
|
|
<span>{{ $date }}</span>
|
2018-12-15 03:53:50 +00:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
{{ end }}
|
2019-11-16 20:32:23 +00:00
|
|
|
{{ end }}
|
|
|
|
|
2019-11-16 20:49:48 +00:00
|
|
|
{{ if and .File .Site.Params.BookRepo .Site.Params.BookEditPath }}
|
2018-12-15 03:53:50 +00:00
|
|
|
<div>
|
2019-11-16 20:32:23 +00:00
|
|
|
<a class="flex align-center" href="{{ .Site.Params.BookRepo }}/{{ .Site.Params.BookEditPath }}/{{ .File.Path }}" target="_blank">
|
|
|
|
<img src="{{ "svg/edit.svg" | relURL }}" alt="Edit" />
|
2019-11-09 23:23:06 +00:00
|
|
|
<span>{{ i18n "Edit this page" }}</span>
|
2019-10-08 21:25:33 +00:00
|
|
|
</a>
|
2018-12-03 07:17:01 +00:00
|
|
|
</div>
|
2018-12-15 03:53:50 +00:00
|
|
|
{{ end }}
|
2019-11-16 20:32:23 +00:00
|
|
|
|
2018-12-03 07:17:01 +00:00
|
|
|
</div>
|