diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 0dcd0a7..87153d3 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -18,11 +18,7 @@ keywords = "blog,developer,personal" info = ["Full Stack DevOps", "Magician"] avatarURL = "images/avatar.jpg" #gravatar = "john.doe@example.com" -footerContent = "Enter a text here." dateFormat = "January 2, 2006" -hideFooter = false -hideCredits = false -hideCopyright = false since = 2019 # Git Commit in Footer, uncomment the line below to enable it commit = "https://github.com/luizdepra/hugo-coder/tree/" @@ -167,7 +163,6 @@ author = "João Ninguém" info = "Full Stack DevOps e Mágico" description = "Sítio pessoal de João Ninguém" keywords = "blog,desenvolvedor,pessoal" -footerContent = "Coloque algum texto aqui." [[languages.pt-br.menu.main]] name = "Sobre" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index c184381..78bd72c 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,26 +1,15 @@ -{{ if not .Site.Params.hideFooter | default false }} - -{{ end }} + diff --git a/stackbit.yaml b/stackbit.yaml index 0965929..dfb7f54 100644 --- a/stackbit.yaml +++ b/stackbit.yaml @@ -51,16 +51,8 @@ models: name: info - type: string name: avatarURL - - type: boolean - name: hideFooter - - type: string - name: footerContent - type: string name: dateFormat - - type: boolean - name: hideCredits - - type: boolean - name: hideCopyright - type: boolean name: hideColorSchemeToggle - type: number @@ -261,8 +253,6 @@ models: name: description - type: string name: keywords - - type: string - name: footerContent - type: number name: since - type: object