diff --git a/config.toml b/config.toml index 9564c6d..dbf377f 100644 --- a/config.toml +++ b/config.toml @@ -5,18 +5,18 @@ disableKinds = ["taxonomy", "taxonomyTerm", "sitemap"] enableGitInfo = true [mediaTypes] - [mediaTypes."text/fun"] + [mediaTypes."text/embed"] suffixes = ["html"] [outputFormats] - [outputFormats.FUN] - baseName = "fun" + [outputFormats.EMBED] + baseName = "embed" suffix = "html" - mediaType = "text/fun" + mediaType = "text/embed" [outputs] home = ["HTML"] - page = ["HTML", "FUN"] + page = ["HTML", "EMBED"] [params] mediaBaseURL = "https://static.bordeaux.inria.fr/mooc-accessibility/media" diff --git a/layouts/course/single.fun.html b/layouts/course/single.embed.html similarity index 100% rename from layouts/course/single.fun.html rename to layouts/course/single.embed.html