diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index bf988729..3ce4466e 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -65,4 +65,4 @@ jobs: HUGO_VERSION=$(hugo version | grep -Eo '[0-9]+\.[0-9]+((\.[0-9]+)?)') # The option changed in 0.93.0: https://github.com/gohugoio/hugo/releases/tag/v0.93.0 I18N_OPT=$([ $(ver $HUGO_VERSION) -lt $(ver 0.93.0) ] && echo "--i18n-warnings" || echo "--printI18nWarnings") - HUGO_THEME="Mainroad" hugo --themesDir --panicOnWarning ../.. $I18N_OPT -v + HUGO_THEME="Mainroad" hugo --panicOnWarning --themesDir ../.. $I18N_OPT -v diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 08563edf..4e17c9d5 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -65,4 +65,4 @@ {{- end }} {{- partial "mathjax.html" . -}} - + \ No newline at end of file