README typo in path

This commit is contained in:
Vano Devium
2024-08-24 17:48:23 +03:00
parent c2c27326aa
commit 64389085b4

View File

@ -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 projects (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 projects (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`.