listmonk/docs/site/layouts/partials/footer.html
Kailash Nadh 684c15a404
Add static Hugo website and mkdocs documentation to docs directory. (#1261)
This commit merges the static website and docs that was on
https://github.com/knadh/listmonk-site repository into the main
listmonk repo.

It also adds a GitHub Actions workflow to public the sites on GitHub
Pages instead of Netlify.
2023-03-26 00:51:20 +05:30

10 lines
257 B
HTML

<div class="container">
<footer class="footer">
&copy; 2019-{{ now.Format "2006" }} / <a href="https://nadh.in">Kailash Nadh</a>
</footer>
</div>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>