From 1b8354a08a277d181c6605ce8da48f94132030fb Mon Sep 17 00:00:00 2001 From: Nathan Fradet <56734983+Natooz@users.noreply.github.com> Date: Sun, 8 Oct 2023 13:02:25 +0200 Subject: [PATCH] fix case sensitive base url --- page/config.toml | 2 +- page/layouts/shortcodes/embed-pdf.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/page/config.toml b/page/config.toml index 1d87e8b..62b5e2f 100644 --- a/page/config.toml +++ b/page/config.toml @@ -1,4 +1,4 @@ -baseURL = "/bpe-symbolic-music" +baseURL = "/BPE-Symbolic-Music" languageCode = "en" title = "Byte Pair Encoding for Symbolic Music" theme = ["hugo-embed-pdf-shortcode", "color-your-world"] diff --git a/page/layouts/shortcodes/embed-pdf.html b/page/layouts/shortcodes/embed-pdf.html index fcb8d9d..397c0a5 100644 --- a/page/layouts/shortcodes/embed-pdf.html +++ b/page/layouts/shortcodes/embed-pdf.html @@ -1,7 +1,6 @@ {{- if not ($.Page.Scratch.Get "embed-pdf-count") -}} - - +