| 1 | {{ define "footer" -}} |
| 2 | <footer class="shithub-footer" role="contentinfo"> |
| 3 | <div class="shithub-footer-inner"> |
| 4 | <div class="shithub-footer-brand"> |
| 5 | {{ octicon "shithub" }} |
| 6 | <span>shithub</span> |
| 7 | <span class="shithub-footer-meta">AGPLv3 · No AI</span> |
| 8 | </div> |
| 9 | <nav class="shithub-footer-links" aria-label="Footer"> |
| 10 | <a href="/about">About</a> |
| 11 | <a href="/tenseleyFlow/shithub/tree/trunk/docs/public">Docs</a> |
| 12 | <a href="/tenseleyFlow/shithub/blob/trunk/SECURITY.md">Security</a> |
| 13 | <a href="/tenseleyFlow/shithub">Source</a> |
| 14 | </nav> |
| 15 | </div> |
| 16 | </footer> |
| 17 | {{- end }} |