summaryrefslogtreecommitdiffhomepage
path: root/fr-fr
diff options
context:
space:
mode:
authorevuez <helloevuez@gmail.com>2015-10-13 13:42:29 +0200
committerevuez <helloevuez@gmail.com>2015-10-13 13:42:29 +0200
commitdff456bb6de20f6b0ab5d9c1d9abfe43449e2606 (patch)
tree66dde9b09b9aac624abc7a82335586ad62c2c691 /fr-fr
parent59a07411effbd0ed6289e062621deb29fe8641a8 (diff)
Add lang to header
Header configuration was missing `lang` field.
Diffstat (limited to 'fr-fr')
-rw-r--r--fr-fr/haml-fr.html.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/fr-fr/haml-fr.html.markdown b/fr-fr/haml-fr.html.markdown
index 0267a380..24be8bf9 100644
--- a/fr-fr/haml-fr.html.markdown
+++ b/fr-fr/haml-fr.html.markdown
@@ -4,6 +4,7 @@ filename: learnhaml.haml
contributors:
- ["Simon Neveu", "https://github.com/sneveu"]
- ["Thibault", "https://github.com/iTech-"]
+lang: fr-fr
---
Haml est un langage de balisage utilisé majoritairement avec Ruby, qui décrit de manière simple et propre le HTML de n'importe quelle page web sans l'utilisation des traditionnelles lignes de code. Le langage est une alternative très populaire au langage de templates Rails (.erb) et permet d'intégrer du code en Ruby dans votre balisage.