First version

This commit is contained in:
2020-05-22 11:13:09 +02:00
parent c1e35272ec
commit 8d48751a6c
65 changed files with 744 additions and 357 deletions

View File

@ -1,21 +1,14 @@
<div class="container">
<footer class="footer grid">
<p class="cell">
Les Toits du Val
<br>
🏠 8 rue Robert Lugnier 42260 St-Germain Laval
<br>
💌 bonjour@lestoitsduval.fr
<br>
📞 04 81 17 05 51
</p>
<p class="cell -right">
🄯 2019
<br>
Construit avec
<span role="img" aria-label="Coeur">💙</span>
<br>
en mode <a href="https://fr.wikipedia.org/wiki/Low-tech">Low-Tech</a>
</p>
<div class="container small">
<footer class="footer grid -nowrap">
<div class="cell">
{{ with .Site.GetPage "/contact.md" }}
{{ .Content }}
{{ end }}
</div>
<div class="cell -right">
{{ with .Site.GetPage "/copyleft.md" }}
{{ .Content }}
{{ end }}
</div>
</footer>
</div>