diff --git a/_layouts/default-ms.html b/_layouts/default-ms.html index 22866d6..985283d 100644 --- a/_layouts/default-ms.html +++ b/_layouts/default-ms.html @@ -23,20 +23,20 @@ {{ content }} - {% if site.search == true %} + {%- if site.search == true -%}
{% include_cached search/search_form.html %}
- {% endif %} + {%- endif %} - {% include scripts.html %} + {%- include scripts.html %} \ No newline at end of file diff --git a/_layouts/manuscript.html b/_layouts/manuscript.html index 12daf0f..3280cec 100644 --- a/_layouts/manuscript.html +++ b/_layouts/manuscript.html @@ -19,27 +19,29 @@

{{ page.title }}

{% if page.questions %}
-

Questions

+

Questions

    - {% for q in page.questions %}
  1. {{ site.data.questions[q] }}
  2. {% endfor %} + {%- for q in page.questions %} +
  3. {{ site.data.questions[q] }}
  4. + {%- endfor %}
{% endif %}
-

Literature

+

Literature

{% bibliography --cited %}