summaryrefslogtreecommitdiffstats
path: root/blog/_layouts
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-02-18 21:09:32 +0100
committerHarald Eilertsen <haraldei@anduin.net>2019-02-18 21:09:32 +0100
commit20f2b8638ffcb7d30d076253ad977639edc2a2d3 (patch)
treec8cc50b4b3978354150a7be84fb3f4634bf49037 /blog/_layouts
parente275110d3fb568cf84706723d05048d99446d984 (diff)
downloadnorsk-urskog-main-20f2b8638ffcb7d30d076253ad977639edc2a2d3.tar.gz
norsk-urskog-main-20f2b8638ffcb7d30d076253ad977639edc2a2d3.tar.bz2
norsk-urskog-main-20f2b8638ffcb7d30d076253ad977639edc2a2d3.zip
Kosmetiske fikser, legg sponsorene i en rad til høyre igjen.
Diffstat (limited to 'blog/_layouts')
-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 %}