File tree 4 files changed +11
-2
lines changed
4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ TODO list
20
20
21
21
- add bodyend_codes to settings
22
22
23
+ - логирование изменений материалов пользователями
24
+
23
25
- приделать иконки файлов (основные: изображения, документы, видео и т.п.)
24
26
- переделать статичные файлы в систему обычной загрузки в папку, без хранения в БД
25
27
@@ -47,6 +49,10 @@ TODO list
47
49
48
50
- Store default SiteSettings in yaml and add they to db when load automatically
49
51
52
+ - сохранить три вида оформления ссылок в комментариях файла basis.css
53
+
54
+ - переименовать "Контентные страницы" в "Страницы", из за immortal функции
55
+
50
56
51
57
Demo
52
58
----
Original file line number Diff line number Diff line change 1
1
. holder .content
2
2
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"
4
4
== @news.body
Original file line number Diff line number Diff line change 10
10
# Set the link url for the title. For example, to take
11
11
# users to your main site. Defaults to no link.
12
12
#
13
- # config.site_title_link = "/"
13
+ config . site_title_link = "/"
14
14
15
15
# Set an optional image to be displayed for the header
16
16
# instead of a string (overrides :site_title)
Original file line number Diff line number Diff line change 22
22
#
23
23
# ! User-agent: Yandex
24
24
# ! Disallow: /assets/
25
+ # ! Disallow: /humans.txt
25
26
# ! Disallow: /*.xls$
26
27
# ! Allow: /
27
28
# ! Host: example.com
28
29
# !
29
30
# ! User-agent: Googlebot
30
31
# ! Disallow: /assets/
32
+ # ! Disallow: /humans.txt
31
33
# ! Disallow: /*.xls$
32
34
# ! Allow: /
33
35
# !
34
36
# ! User-agent: *
35
37
# ! Disallow: /assets/
38
+ # ! Disallow: /humans.txt
36
39
# ! Disallow: /temp/privatedata.xls
37
40
# ! Disallow:
38
41
# !
You can’t perform that action at this time.
0 commit comments