diff --git a/.gitmodules b/.gitmodules index 127e698..fdbe4da 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "content/themes/archie"] path = content/themes/archie url = https://github.com/athul/archie.git +[submodule "content/themes/ed"] + path = content/themes/ed + url = https://github.com/sergeyklay/gohugo-theme-ed diff --git a/content/hugo.toml b/content/hugo.toml index 03e83c8..b06eba0 100644 --- a/content/hugo.toml +++ b/content/hugo.toml @@ -1,7 +1,7 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'Minimal Setups' -theme = "archie" +theme = "ed" sectionPagesMenu = "main" [params] diff --git a/content/layouts/partials/footer.html b/content/layouts/partials/footer.html deleted file mode 100644 index 016de4c..0000000 --- a/content/layouts/partials/footer.html +++ /dev/null @@ -1,20 +0,0 @@ - -{{ if not hugo.IsServer }} -{{ template "_internal/google_analytics.html" . }} -{{ end }} diff --git a/content/themes/ed b/content/themes/ed new file mode 160000 index 0000000..93a8208 --- /dev/null +++ b/content/themes/ed @@ -0,0 +1 @@ +Subproject commit 93a820852fa62f32ad6e2c665a1cef1cab6159ca