Eitan Adler
56bdf62c9d
use .Sites.Default instead of .Sites.First
...
# Problem
The warning
```
INFO deprecated: .Sites.First was deprecated in Hugo v0.127.0 and will be removed in a future release. Use .Sites.Default instead.
```
appears
# Solution
Follow the warning. Use `.Sites.Default`
2024-06-05 23:22:40 -07:00
Alex Shpak
26de844a19
#343 , #165 : Move lang selector to left menu
2021-08-18 11:12:58 +02:00
Nikolay Raspopov
345cb5d947
Prefer existing and translated variant of home page ( #342 )
...
* Prefer existing and translated variant of home page as the site link in the menu header.
* More compact "cond"-version of fix.
2021-05-20 22:02:31 +02:00
Alex Shpak
ba5d38ad44
Rework of main template, adds options for more fine customisation
2020-01-24 00:07:56 +01:00
Alex Shpak
ae3c5017c4
Small adjustments for logo span and css
2019-09-05 23:01:40 +02:00
Paul Twohey
73e53768c9
always have <span> for title text and move spacing to logo
2019-09-05 22:22:14 +02:00
Paul Twohey
d94b4196ba
support relative URLs for brand logos
2019-09-05 22:22:14 +02:00
Paul Twohey
6004c7edc3
Optional brand logo in the menu controlled by .Site.Params.BookLogo
...
- documentation in README.md and exampleSite/config.{toml,yaml}
2019-09-05 22:22:14 +02:00
Alex Shpak
dda0a0eab1
Start work on search feature with lunr
2019-08-06 11:33:42 +02:00
Alex Shpak
7798a5cc7c
Refactor scss styles
2018-11-24 15:10:43 +01:00
Alex Shpak
830fa91359
Minor fixes
2018-09-30 01:04:22 +02:00