Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
fix: typo htm to html
Browse files Browse the repository at this point in the history
This may not fix the issue, but it is a test to see if it does.
  • Loading branch information
EliSauder committed Jul 22, 2024
1 parent ac10505 commit c800396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy-ssg/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ pub fn main() anyerror!void {
);

try website.renderHtmlFile("website/index.htm", root_dir, "index.htm");
try website.renderHtmlFile("website/getting-started.htm", root_dir, "getting-started.htm");
try website.renderHtmlFile("website/getting-started.html", root_dir, "getting-started.html");

try website.renderArticleIndex(root_dir, "articles.htm");

Expand Down

0 comments on commit c800396

Please sign in to comment.