lyceum-site/layouts/partials/docs/footer.html

37 lines
1 KiB
HTML
Raw Permalink Normal View History

2024-10-03 22:08:11 +00:00
<div class="flex flex-wrap justify-between">
2024-10-04 11:25:33 +00:00
<div class="info-container">
2024-11-05 22:13:46 +00:00
<div class="disclaimer">
<span>docs partially generated using gen ai</span>
<br/>
<span>if you want to contribute check</span>
<br/>
<span>the source code</span>
<br/>
<span><a href="https://git.apotheke.earth/Lyceum/lyceum-site">here</a>
2024-10-03 22:34:38 +00:00
</div>
2024-10-04 12:42:45 +00:00
<div class="commit-info">
2024-11-05 20:59:51 +00:00
<span>Page last edited on {{ .GitInfo.CommitDate.Format "02/01/2006" }}</span>
2024-10-04 12:42:45 +00:00
<br/>
<span>
title: {{ .GitInfo.Subject }}
</span>
<br/>
<span>
commit: <a href="{{ .Site.Params.BookRepo }}/{{ .Site.Params.BookCommitPath }}/{{ .GitInfo.Hash }}" target="_blank" rel="noopener">{{ .GitInfo.AbbreviatedHash }}</a>
</span>
<br/>
<span>
author: {{ .GitInfo.AuthorName }}
</span>
<br/>
<span>
2024-11-05 22:13:46 +00:00
<{{ .GitInfo.AuthorEmail }}>
2024-10-04 12:42:45 +00:00
</div>
2024-10-03 22:08:11 +00:00
</div>
{{ $script := resources.Get "clipboard.js" | resources.Minify }}
{{ with $script.Content }}
<script>{{ . | safeJS }}</script>
{{ end }}