Files
ytdlp-site/templates/footer.html
2024-09-20 15:03:27 -06:00

15 lines
409 B
HTML

{{define "footer"}}
<div class="footer">
<div class="build-date">
Build Date: {{.Footer.BuildDate}}
</div>
<div class="build-id">
Build ID: <a
href="https://github.com/cwpearson/ytdlp-site/compare/{{.Footer.BuildId}}..master">{{.Footer.BuildIdShort}}</a>
</div>
</div>
{{end}}
{{define "footer-css"}}
<link rel="stylesheet" href="/static/style/footer.css">
{{end}}