diff options
Diffstat (limited to 'blog/_layouts/homepage.html')
-rw-r--r-- | blog/_layouts/homepage.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/blog/_layouts/homepage.html b/blog/_layouts/homepage.html index a5e15a0..3ebf2cc 100644 --- a/blog/_layouts/homepage.html +++ b/blog/_layouts/homepage.html @@ -9,11 +9,12 @@ <section id="body-content"> {{ content }} + {% include sponsors.html %} {% include news.html %} {% if site.links %} <section id="links"> - <h2>{% t home.links %}</h2> + <h2>Lenker</h2> </section> {% endif %} </section> |