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 47e43d8 commit 9f97653Copy full SHA for 9f97653
update.jl
@@ -23,8 +23,8 @@ repos = filter!(x -> x["name"] ∉ excluded, repos)
23
sort!(repos, by = x -> x["name"])
24
25
26
-# Now we print the index.md content. This just hardcoded a header and footer.
27
-# This is quick & dirty hack; a full template system might be nicer in theory,
+# Now we print the index.md content, using hardcoded header and footer. This
+# is a quick & dirty hack; a full template system might be nicer in theory,
28
# but in practice this is good enough and dead simple.
29
print("""
30
# JuliaDocs
0 commit comments