docs: update file paths for hugo new template system (#821)

This commit is contained in:
Kowyo
2025-09-05 02:17:28 +08:00
committed by GitHub
parent ec97808b69
commit f8eae96c11
4 changed files with 12 additions and 12 deletions

View File

@@ -221,14 +221,14 @@ hugo gen chromastyles --style=github
می‌توانید اسکریپت‌های سفارشی را به انتهای head برای هر صفحه با افزودن فایل زیر اضافه کنید:
```
layouts/partials/custom/head-end.html
layouts/_partials/custom/head-end.html
```
## بخش اضافی سفارشی در پاورقی
می‌توانید بخش اضافی در پاورقی با ایجاد یک فایل `layouts/partials/custom/footer.html` در سایت خود اضافه کنید.
می‌توانید بخش اضافی در پاورقی با ایجاد یک فایل `layouts/_partials/custom/footer.html` در سایت خود اضافه کنید.
```html {filename="layouts/partials/custom/footer.html"}
```html {filename="layouts/_partials/custom/footer.html"}
<!-- عنصر پاورقی شما اینجا -->
```