diff --git a/hugo.yaml b/hugo.yaml index 72bfd34..8255d08 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -16,6 +16,14 @@ params: width: 70 height: 36 + footer: + displayCopyright: true + displayPoweredBy: false + + editURL: + enable: false + base: "https://github.com/omegaup/blog/content" + defaultContentLanguage: es languages: es: diff --git a/i18n/en.yaml b/i18n/en.yaml index ab555e4..e3b3aad 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -2,7 +2,7 @@ backToTop: "Scroll to top" changeLanguage: "Change language" changeTheme: "Change theme" copyCode: "Copy code" -copyright: "© 2024 omegaUp." +copyright: "© 2024 omegaUp" dark: "Dark" editThisPage: "Edit this page on GitHub →" lastUpdated: "Last updated on"