diff --git a/LICENSE b/LICENSE index db05159..2e20a8a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2020 GetHugoThemes +Copyright (c) 2021 GetHugoThemes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/assets/css/style.css b/assets/css/style.css index 222c48b..9665dcd 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -279,6 +279,10 @@ pre { padding: 0; } +.navbar-dark .navbar-toggler-icon { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); +} + @media (max-width: 768px) { .navbar { padding: 10px 0; @@ -806,6 +810,7 @@ code { .ui-autocomplete-input { border-bottom: 1px solid rgb(212, 212, 212) !important; + padding-right: 50px; } .ui-autocomplete-input.active { diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 0d284a2..4f5c3e9 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -68,7 +68,7 @@ link = "#" languageName = "En" languageCode = "en-us" weight = 1 -copyright = "Copyright © 2020 a Hugo theme by [Gethugothemes](https://gethugothemes.com/)" +copyright = "Copyright © 2021 a Hugo theme by [Gethugothemes](https://gethugothemes.com/)" # banner [Languages.en.params.banner] @@ -135,7 +135,7 @@ hasChildren = true languageName = "Fr" languageCode = "fr-fr" weight = 2 -copyright = "Copyright © 2020 un thème Hugo par [Gethugothemes](https://gethugothemes.com/)" +copyright = "Copyright © 2021 un thème Hugo par [Gethugothemes](https://gethugothemes.com/)" # banner [Languages.fr.params.banner] diff --git a/layouts/partials/navigation.html b/layouts/partials/navigation.html index 01f03ee..e64a899 100644 --- a/layouts/partials/navigation.html +++ b/layouts/partials/navigation.html @@ -1,5 +1,5 @@