From 5d5646bf860a82ed922d0cc701848c6e7ac0111a Mon Sep 17 00:00:00 2001 From: Vano Devium Date: Sat, 24 Aug 2024 17:57:11 +0300 Subject: [PATCH] README typo in path v2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3840788..c07eb74 100644 --- a/README.md +++ b/README.md @@ -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 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. +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. Copy files as required to site's `layouts/partials/` and edit them to fit your needs.