ajout d'une page destinee a rediriger vers les copains

This commit is contained in:
2026-03-09 05:52:11 +01:00
parent 5d3c64070e
commit 199e94a1dc
3 changed files with 14 additions and 1 deletions

11
content/copains.md Normal file
View File

@@ -0,0 +1,11 @@
+++
title = "Les copains"
description = "Page de redirection vers les sites respectifs de mes amis"
[extra]
keywords = ["amis", "site", "lien"]
+++
- [SpicyFire](https://spicyfire21.github.io/)
- [MasterAcnolo](http://masteracnolo.github.io/)
- [Paul Marchiset](https://paulmarchiset.me/)

View File

@@ -38,6 +38,7 @@ footer{
}
.home{
color: black;
margin: 5px;
text-decoration: none;
}

View File

@@ -20,6 +20,7 @@
<section>
</body>
<footer>
<small id="footer-text">© <script>document.write(new Date().getFullYear())</script> Hatmos. All Rights Reserved.</small>
<small class="footer-text">© <script>document.write(new Date().getFullYear())</script> Hatmos. All Rights Reserved.</small>
<small class="footer-text"><a href="{{ get_url(path='@/copains.md')}}">Chez les copains</a></small>
</footer>
</html>