From 11171afd56782fa1be9019ef98c1205b397f5f45 Mon Sep 17 00:00:00 2001 From: dashdashzako Date: Thu, 21 Nov 2019 11:18:33 +0100 Subject: [PATCH] Change embed file name --- config.toml | 10 +++++----- layouts/course/{single.fun.html => single.embed.html} | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename layouts/course/{single.fun.html => single.embed.html} (100%) 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