lyceum-site/layouts/partials/docs/footer.html
2024-11-05 23:13:46 +01:00

36 lines
1 KiB
HTML

<div class="flex flex-wrap justify-between">
<div class="info-container">
<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>
</div>
<div class="commit-info">
<span>Page last edited on {{ .GitInfo.CommitDate.Format "02/01/2006" }}</span>
<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>
<{{ .GitInfo.AuthorEmail }}>
</div>
</div>
{{ $script := resources.Get "clipboard.js" | resources.Minify }}
{{ with $script.Content }}
<script>{{ . | safeJS }}</script>
{{ end }}