diff --git a/README.md b/README.md index 04e0753..d23ad81 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This theme is pretty basic and covers all of the essentials. All you have to do ## Features - **dark/light mode**, depending on your preferences (dark is default, but you can change it) -- great reading experience thanks to [**Inter UI font**](https://rsms.me/inter/), made by [Rasmus Andersson](https://rsms.me/about/) +- great reading experience thanks to [**Inter font**](https://rsms.me/inter/), made by [Rasmus Andersson](https://rsms.me/about/) - nice code highlighting thanks to [**PrismJS**](https://prismjs.com) - fully responsive diff --git a/layouts/partials/greater-icon.html b/layouts/partials/greater-icon.html new file mode 100644 index 0000000..90c6ae2 --- /dev/null +++ b/layouts/partials/greater-icon.html @@ -0,0 +1,3 @@ + + + diff --git a/layouts/partials/logo.html b/layouts/partials/logo.html index fbb60bd..b9b87bd 100644 --- a/layouts/partials/logo.html +++ b/layouts/partials/logo.html @@ -2,7 +2,7 @@ {{ if $.Site.Params.Logo.path }} {{ $.Site.Params.Logo.alt }} {{ else }} - > + {{ partial "greater-icon.html" . }} {{ with $.Site.Params.Logo.logoText }}{{ . }}{{ else }}hello friend{{ end }} {{ end }} diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index ee1815a..4f7385f 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -8,7 +8,10 @@ {{ end }} {{ if gt (len $.Site.Menus.main) $.Site.Params.showMenuItems }}