From e1615aa04367f92430bd6c700cd562d2caa66fa2 Mon Sep 17 00:00:00 2001 From: kendo5731 Date: Sat, 6 Feb 2016 16:49:00 +0100 Subject: [PATCH] feat(): add a link to home in the menu for conveniance --- README.md | 1 - data/translations/en-US.yaml | 3 ++- data/translations/fr-FR.yaml | 1 + layouts/partials/menu.html | 1 + static/css/theme.scss | 5 ++++- 5 files changed, 8 insertions(+), 3 deletions(-) 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 @@