2019-11-14 00:23:01 +01:00
|
|
|
<div class="book-footer justify-between">
|
2019-11-16 21:32:23 +01:00
|
|
|
{{ if .Site.IsMultiLingual }}
|
2019-11-10 00:23:06 +01:00
|
|
|
{{ partial "docs/languages" . }}
|
2019-11-16 21:32:23 +01:00
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ if and .GitInfo .Site.Params.BookRepo }}
|
2018-12-15 04:53:50 +01:00
|
|
|
{{ with .GitInfo }}
|
2018-12-03 08:17:01 +01:00
|
|
|
<div>
|
2019-04-22 19:17:39 +02:00
|
|
|
{{ $date := .AuthorDate.Local.Format (default "January 2, 2006" $.Site.Params.BookDateFormat) }}
|
2019-11-16 21:32:23 +01: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 23:25:33 +02:00
|
|
|
<span>{{ $date }}</span>
|
2018-12-15 04:53:50 +01:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
{{ end }}
|
2019-11-16 21:32:23 +01:00
|
|
|
{{ end }}
|
|
|
|
|
2019-11-16 21:49:48 +01:00
|
|
|
{{ if and .File .Site.Params.BookRepo .Site.Params.BookEditPath }}
|
2018-12-15 04:53:50 +01:00
|
|
|
<div>
|
2019-11-16 21:32:23 +01: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-10 00:23:06 +01:00
|
|
|
<span>{{ i18n "Edit this page" }}</span>
|
2019-10-08 23:25:33 +02:00
|
|
|
</a>
|
2018-12-03 08:17:01 +01:00
|
|
|
</div>
|
2018-12-15 04:53:50 +01:00
|
|
|
{{ end }}
|
2019-11-16 21:32:23 +01:00
|
|
|
|
2018-12-03 08:17:01 +01:00
|
|
|
</div>
|