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

41 lines
1 KiB
HTML
Raw 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">
<div class="left-section">
<div class="disclaimer">
<span>docs partially generated using gen ai</span>
</div>
<div class="theme">
<span>
site theme based on <a href="https://github.com/alex-shpak/hugo-book" target="_blank">hugo-book</a>
</span>
</div>
2024-10-03 22:34:38 +00:00
</div>
2024-10-04 11:25:33 +00:00
2024-10-04 12:42:45 +00:00
<div class="commit-info">
<span>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>
&lt;{{ .GitInfo.AuthorEmail }}&gt;
</div>
2024-10-03 22:34:38 +00:00
2024-10-03 22:08:11 +00:00
</div>
{{ $script := resources.Get "clipboard.js" | resources.Minify }}
{{ with $script.Content }}
<script>{{ . | safeJS }}</script>
{{ end }}