浏览代码

modified copyright

tags/v1.0.0
somrat 4 年前
父节点
当前提交
f8047590d8
共有 4 个文件被更改,包括 6 次插入8 次删除
  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 查看文件

@@ -139,6 +139,7 @@ languageCode = "en-us"
contentDir = "content/english"
weight = 1
home = "Home"
copyright = "copyright © 2019 [gethugothemes](https://gethugothemes.com) all right reserved"

################################ France Language ########################
[Languages.fr]
@@ -146,4 +147,5 @@ languageName = "Fr"
languageCode = "fr-fr"
contentDir = "content/french"
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 查看文件

@@ -13,6 +13,4 @@
- id: submit
translation: Submit
- id: all
translation: All
- id: copyright
translation: copyright © 2019 [gethugothemes](https://gethugothemes.com) all right reserved
translation: All

+ 1
- 3
exampleSite/i18n/fr.yaml 查看文件

@@ -13,6 +13,4 @@
- id: submit
translation: Soumettre
- 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 查看文件

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

正在加载...
取消
保存