summaryrefslogtreecommitdiffstats
path: root/blog/_layouts
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-10-01 20:19:42 +0200
committerHarald Eilertsen <haraldei@anduin.net>2015-10-01 20:22:52 +0200
commit1ac489bf91004865e14a4db28fa313b15e67144d (patch)
tree2e63e4cbc58e16b43746a577f5fb61c4945a47e6 /blog/_layouts
parent52800b2ab288947cd696f522b4c1fa9d20e93206 (diff)
downloadnorsk-urskog-main-1ac489bf91004865e14a4db28fa313b15e67144d.tar.gz
norsk-urskog-main-1ac489bf91004865e14a4db28fa313b15e67144d.tar.bz2
norsk-urskog-main-1ac489bf91004865e14a4db28fa313b15e67144d.zip
Move sidebar to default layout.
Diffstat (limited to 'blog/_layouts')
-rw-r--r--blog/_layouts/default.html16
1 files changed, 15 insertions, 1 deletions
diff --git a/blog/_layouts/default.html b/blog/_layouts/default.html
index a2458fd..676adb1 100644
--- a/blog/_layouts/default.html
+++ b/blog/_layouts/default.html
@@ -7,7 +7,21 @@
<section id="page">
<section id="body-content">
- {{ content }}
+ <section id="body">
+ {{ content }}
+ </section>
+ <section id="side-body">
+ <h2>{% t global.our_sponsors %}</h2>
+ <section id="sponsor-pos-1">
+ {% include sponsors.html %}
+ </section>
+
+ {% if site.links %}
+ <section id="links">
+ <h2>{% t home.links %}</h2>
+ </section>
+ {% endif %}
+ </section>
</section>
</section>