diff --git a/README.md b/README.md index 8b74417..83b9dba 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ A theme for [Hugo](https://gohugo.io/), inspired by Atom editor. This repo is a work in progress, there is still work to do, contributions are welcome ! -- Add a "Home" link in the top of the menu - Add custom 404.html - Support for code highlighting - Conventional CHANGELOG.md diff --git a/data/translations/en-US.yaml b/data/translations/en-US.yaml index d00f41c..83c7401 100644 --- a/data/translations/en-US.yaml +++ b/data/translations/en-US.yaml @@ -1,4 +1,5 @@ mostrecentposts: Most recent posts tags: Tags categories: Categories -datepublished: Published \ No newline at end of file +datepublished: Published +root: Root \ No newline at end of file diff --git a/data/translations/fr-FR.yaml b/data/translations/fr-FR.yaml index d577f08..0058478 100644 --- a/data/translations/fr-FR.yaml +++ b/data/translations/fr-FR.yaml @@ -2,3 +2,4 @@ mostrecentposts: Les derniers articles tags: Tags categories: Catégories datepublished: Publié le +root: Racine diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index 0a8c085..1ee361c 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -1,4 +1,5 @@