We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7782546 commit 93a4eabCopy full SHA for 93a4eab
src/_includes/layout.jlhtml
@@ -29,7 +29,7 @@ $(begin
29
end)<html lang="en">
30
<head>
31
32
-<title>$(f("title", splitext(basename(page.input.relative_path))[1])) — Pluto.jl</title>
+<title>$(f("title", splitext(basename(page.input.relative_path))[1])) — Interactive Computational Thinking — MIT</title>
33
$(let d = f("description", nothing)
34
if d !== nothing
35
@htl("""<meta name="description" content=$(d) />""")
@@ -161,4 +161,4 @@ $(pluto_head)
161
</div>
162
163
</body>
164
-</html>
+</html>
0 commit comments