File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ TODO list
2020
2121- add bodyend_codes to settings
2222
23+ - логирование изменений материалов пользователями
24+
2325- приделать иконки файлов (основные: изображения, документы, видео и т.п.)
2426- переделать статичные файлы в систему обычной загрузки в папку, без хранения в БД
2527
@@ -47,6 +49,10 @@ TODO list
4749
4850- Store default SiteSettings in yaml and add they to db when load automatically
4951
52+ - сохранить три вида оформления ссылок в комментариях файла basis.css
53+
54+ - переименовать "Контентные страницы" в "Страницы", из за immortal функции
55+
5056
5157Demo
5258----
Original file line number Diff line number Diff line change 11.holder .content
22 h1 = @news .title
3- .publised_at : b = I18n .l @news .published_at, format: " %d.%m.%y"
3+ .published_at : b = I18n .l @news .published_at, format: " %d.%m.%y"
44 == @news .body
Original file line number Diff line number Diff line change 1010 # Set the link url for the title. For example, to take
1111 # users to your main site. Defaults to no link.
1212 #
13- # config.site_title_link = "/"
13+ config . site_title_link = "/"
1414
1515 # Set an optional image to be displayed for the header
1616 # instead of a string (overrides :site_title)
Original file line number Diff line number Diff line change 2222#
2323# ! User-agent: Yandex
2424# ! Disallow: /assets/
25+ # ! Disallow: /humans.txt
2526# ! Disallow: /*.xls$
2627# ! Allow: /
2728# ! Host: example.com
2829# !
2930# ! User-agent: Googlebot
3031# ! Disallow: /assets/
32+ # ! Disallow: /humans.txt
3133# ! Disallow: /*.xls$
3234# ! Allow: /
3335# !
3436# ! User-agent: *
3537# ! Disallow: /assets/
38+ # ! Disallow: /humans.txt
3639# ! Disallow: /temp/privatedata.xls
3740# ! Disallow:
3841# !
You can’t perform that action at this time.
0 commit comments