From c2fd6c07eddbb912fe8d36b846f69f0cfe4ca558 Mon Sep 17 00:00:00 2001 From: Cassidy James Blaede Date: Thu, 9 Apr 2026 11:29:23 -0600 Subject: [PATCH] Use site title/desc instead of repeating them --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index dc88641..60b486d 100644 --- a/index.html +++ b/index.html @@ -2,8 +2,8 @@ layout: default --- -

ROOST Playground

-

A collection of community projects, experiments, and demos built on or from ROOST open source projects.

+

{{ site.title }}

+

{{ site.description }}

Projects on this page are not developed or endorsed by ROOST, and may not be intended for production use. Check each project’s documentation for details.