Browse Source

modified copyright

tags/v1.0.0
somrat 4 years ago
parent
commit
f8047590d8
4 changed files with 6 additions and 8 deletions
  1. 3
    1
      exampleSite/config.toml
  2. 1
    3
      exampleSite/i18n/en.yaml
  3. 1
    3
      exampleSite/i18n/fr.yaml
  4. 1
    1
      layouts/partials/footer.html

+ 3
- 1
exampleSite/config.toml View File

contentDir = "content/english" contentDir = "content/english"
weight = 1 weight = 1
home = "Home" home = "Home"
copyright = "copyright © 2019 [gethugothemes](https://gethugothemes.com) all right reserved"


################################ France Language ######################## ################################ France Language ########################
[Languages.fr] [Languages.fr]
languageCode = "fr-fr" languageCode = "fr-fr"
contentDir = "content/french" contentDir = "content/french"
weight = 2 weight = 2
home = "Accueil"
home = "Accueil"
copyright = "copyright et copie; 2019 [gethugothemes] (https://gethugothemes.com) tous droits réservés"

+ 1
- 3
exampleSite/i18n/en.yaml View File

- id: submit - id: submit
translation: Submit translation: Submit
- id: all - id: all
translation: All
- id: copyright
translation: copyright © 2019 [gethugothemes](https://gethugothemes.com) all right reserved
translation: All

+ 1
- 3
exampleSite/i18n/fr.yaml View File

- id: submit - id: submit
translation: Soumettre translation: Soumettre
- id: all - id: all
translation: All
- id: copyright
translation: copyright et copie; 2019 [gethugothemes] (https://gethugothemes.com) tous droits réservés
translation: All

+ 1
- 1
layouts/partials/footer.html View File

<img src="{{ .Site.Params.logo | absURL }}" alt="{{ .Site.Title }}" /> <img src="{{ .Site.Params.logo | absURL }}" alt="{{ .Site.Title }}" />
</a> </a>
<br> <br>
<p>{{ i18n "copyright" | markdownify }}</p>
<p>{{ .Site.Params.copyright | markdownify }}</p>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save