Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d4f88fa

Browse files
committedApr 17, 2021
move asset to root
1 parent e6b7141 commit d4f88fa

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## Кастомные стили
1818

19-
Кастомные стили дописываем в `files/assets/custom.css`
19+
Кастомные стили дописываем в `/assets/custom.css`
2020

2121
Можно переопределять файлы шаблонов добавляя только их в репозиторий.
2222

‎_includes/custom-head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link rel="stylesheet" href="/files/assets/custom.css">
1+
<link rel="stylesheet" href="/assets/custom.css">
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.