README typo in path v2

This commit is contained in:
Vano Devium
2024-08-24 17:57:11 +03:00
parent e0a7cb7022
commit 5d5646bf86

View File

@ -93,7 +93,7 @@ This theme allows to be customized. To customize, copy the respective scss file
Functionality can be extended via layouts.
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.
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.
Copy files as required to site's `layouts/partials/` and edit them to fit your needs.