Skip to content

Commit 282d0be

Browse files
committed
Enable including extra content on homepage
Include (extra) content specified in the /??/index.html file at the top of the generated homepage. Currently only meant for an "unmaintained translation" message.
1 parent ab3e941 commit 282d0be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_layouts/homepage.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
---
1313

14+
{{ content }}
15+
1416
{% assign number_of_excerpts = 4 %}
1517
{% assign number_of_other = 3 %}{% comment %} number of links per column {% endcomment %}
1618

0 commit comments

Comments
 (0)