diff options
Diffstat (limited to 'blog/_layouts/default.html')
-rw-r--r-- | blog/_layouts/default.html | 16 |
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> |