From 404cd767f8d1fc472cccb7ac1dd67c0c1e3f1670 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Fri, 13 Dec 2024 09:48:10 -0800 Subject: [PATCH] Clarify a title (#3) LLVM Projects usually refer to in-tree projects like Clang. --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index c6f46fa..26fd8b4 100644 --- a/hugo.toml +++ b/hugo.toml @@ -110,7 +110,7 @@ weight = 50 icon = "ri-book-open-line" url = "https://llvm.org/docs/" [[params.hero_section_links]] - title = "LLVM Projects" + title = "Projects Built with LLVM" icon = "ri-projector-line" url = "/projects-with-llvm"