diff options
Diffstat (limited to 'templates/en/core/home.html')
| -rw-r--r-- | templates/en/core/home.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/en/core/home.html b/templates/en/core/home.html index 2cc7e75d..281560c2 100644 --- a/templates/en/core/home.html +++ b/templates/en/core/home.html @@ -46,7 +46,10 @@ {% endif %} </div> <div class="pamphlet pamphlet-banner"></div> - +<h1 class="section-title">Contemplations of Late</h1> +<div class="recent-weblogs"> + {% include 'partials/weblog_list.html' with posts=recent_weblogs %} +</div> <h1 class="section-title">Recent Weeb Degenerecy</h1> <div class="recent-anime"> |
