4.1.0 day 1 site ship - one last change
parent
a0c4aa2fa2
commit
25f5484604
|
@ -180,7 +180,8 @@ render_doc_page_to_html_no_header(Arena *scratch, Doc_Page *page, FILE *file){
|
|||
|
||||
fprintf(file, "<div class=\"small_spacer\"></div>\n");
|
||||
|
||||
fprintf(file, "<div class=\"small\">> <a href=\"%.*s.html\">%.*s</a></div>\n",
|
||||
fprintf(file, "<div class=\"small\">> <a href=\"https://4coder.net\">home</a>"
|
||||
"> <a href=\"%.*s.html\">%.*s</a></div>\n",
|
||||
string_expand(cluster->name),
|
||||
string_expand(cluster->title));
|
||||
|
||||
|
|
Loading…
Reference in New Issue