From 64389085b42e145bba5199f6df71dda896035c86 Mon Sep 17 00:00:00 2001 From: Vano Devium Date: Sat, 24 Aug 2024 17:48:23 +0300 Subject: [PATCH] README typo in path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb3bf1b..cd30f52 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ If that's not enough, you can see [Overriding templates](#overriding-templates) ### Overriding templates -In Hugo, layouts can live in either the project’s (root) or the themes’ layout folders, any template inside the root layout folder will override theme's layout that relative to it, for example: `layouts/_default/baseof.html` will override `themes/hermit/layouts/_default/baseof.html`. So, you can easily customize the theme without edit it directly, which makes updating the theme easier. Here are some common customizations: +In Hugo, layouts can live in either the project’s (root) or the themes’ layout folders, any template inside the root layout folder will override theme's layout that relative to it, for example: `layouts/_default/baseof.html` will override `themes/hermit-V2/layouts/_default/baseof.html`. So, you can easily customize the theme without edit it directly, which makes updating the theme easier. Here are some common customizations: ### Customize social icons You can modify or add any SVG icons in site's `layouts/partials/svg.html`.