Skip to content

Commit 93a4eab

Browse files
authored
Update layout.jlhtml
1 parent 7782546 commit 93a4eab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_includes/layout.jlhtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $(begin
2929
end)<html lang="en">
3030
<head>
3131

32-
<title>$(f("title", splitext(basename(page.input.relative_path))[1])) — Pluto.jl</title>
32+
<title>$(f("title", splitext(basename(page.input.relative_path))[1])) — Interactive Computational Thinking — MIT</title>
3333
$(let d = f("description", nothing)
3434
if d !== nothing
3535
@htl("""<meta name="description" content=$(d) />""")
@@ -161,4 +161,4 @@ $(pluto_head)
161161
</div>
162162
</div>
163163
</body>
164-
</html>
164+
</html>

0 commit comments

Comments
 (0)