Write freelance page en fr
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2021-07-26 18:39:51 +02:00
commit 7e4b044f7b
24 changed files with 383 additions and 13 deletions

View file

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
{{ partial "head.html" . }}
<body>
<div id="all">
{{ partial "nav.html" . }}
{{ partial "breadcrumbs_usage.html" . }}
{{ .Content }}
<!-- /.container -->
</div>
<!-- /#all -->
{{ partial "footer.html" . }}
{{ partial "scripts.html" . }}
</body>
</html>