summaryrefslogtreecommitdiffstats
path: root/blog/_layouts/homepage.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog/_layouts/homepage.html')
-rw-r--r--blog/_layouts/homepage.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/blog/_layouts/homepage.html b/blog/_layouts/homepage.html
index 3ebf2cc..130169a 100644
--- a/blog/_layouts/homepage.html
+++ b/blog/_layouts/homepage.html
@@ -6,10 +6,9 @@
{% include header.html %}
<section id="page">
- <section id="body-content">
+ <section id="body-content" class="narrow">
{{ content }}
- {% include sponsors.html %}
{% include news.html %}
{% if site.links %}
@@ -18,6 +17,7 @@
</section>
{% endif %}
</section>
+ {% include sponsors.html %}
</section>
{% include footer.html %}