diff --git a/templates/homepage.html b/templates/homepage.html index f7e3668..9f81d76 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -9,10 +9,8 @@ {%- endblock -%} {% block body %} - - {% for blk in this.section.blocks %} - {{ blk }} - {% endfor %} - + {% for blk in this.section.blocks %} + {{ blk }} + {% endfor %} {% endblock %} diff --git a/templates/layout.html b/templates/layout.html index 7a890ea..a78dfde 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -18,27 +18,25 @@ __ ____________________ --> {#- + Namensschema der CSS-Klassen nach BEM (Block Element Modifier, + http://getbem.com/naming/). Mit der Erweiterung, dass Modifier einzeln + mit Bindestrich angegeben werden. Also: - Namensschema der CSS-Klassen nach BEM (Block Element Modifier, - http://getbem.com/naming/). Mit der Erweiterung, dass Modifier einzeln - mit Bindestrich angegeben werden. Also: +