4fc10f8d260d0f77816cbadd6f64541b49bb272b mspeir Mon Jan 27 09:49:27 2025 -0800 adding images for new tutorial and tweaking makefile and lua file to including different bootstrap css file, refs #30335 diff --git docs/staticPage.lua docs/staticPage.lua index d70dbb82947..34a4ba7859f 100644 --- docs/staticPage.lua +++ docs/staticPage.lua @@ -117,30 +117,31 @@ if metadata["title"] then add("") add("") add("") add("") add("") add("") add("") + add("/style/bootstrap-3-3-7.min.css\">") add("") add("

" .. metadata["title"] .. "

") else add("

No title defined in document, first line must be % mytitle

") end for i, h in ipairs(headers) do idStr = simplifyId(h) add("
" .. h .. "
") end -- ucsc change end add(body) if #notes > 0 then add('
    ')