mirror-web/fancy-index/after.html
Miao Wang f4ef67ef5c
Some checks failed
docker-images / multi (push) Has been cancelled
fancy-index: include bars icon from nav in after.html
Signed-off-by: Miao Wang <shankerwangmiao@gmail.com>
2024-07-11 23:45:28 +08:00

24 lines
366 B
HTML

---
permalink: /fancy-index/after.html
---
{% raw %}
</div>
{% endraw %}
</div>
</div><!--/container -->
</div><!--/mirrors -->
<!--
ref fa-cube icon from before.html
{% fa_svg fas.fa-cube %}
ref fa-bars icon from nav.html
{% fa_svg fas.fa-bars %}
-->
{% include footer.html %}
</body>
</html>
<!--
vim: ts=2 sts=2 sw=2 noexpandtab
-->