diff --git a/site/4ed_site_render_main.cpp b/site/4ed_site_render_main.cpp
index 5d351d8f..a0850af3 100644
--- a/site/4ed_site_render_main.cpp
+++ b/site/4ed_site_render_main.cpp
@@ -180,7 +180,7 @@ render_doc_page_to_html_no_header(Arena *scratch, Doc_Page *page, FILE *file){
fprintf(file, "
>
home"
+ fprintf(file, "
\n",
string_expand(cluster->name),
string_expand(cluster->title));
@@ -294,6 +294,10 @@ render_doc_cluster_to_html(Arena *scratch, Doc_Cluster *cluster,
fprintf(file, "
\n");
fprintf(file, "
%.*s
\n", string_expand(cluster->title));
+
+ fprintf(file, "
\n");
+ fprintf(file, "
\n");
+
fprintf(file, "
\n");
// TODO(allen): Cluster description.
@@ -327,6 +331,9 @@ render_doc_cluster_to_html(Arena *scratch, Doc_Cluster *cluster,
{
fprintf(file_index, "