File tree 8 files changed +21
-4
lines changed
8 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ plugins:
28
28
- Rainlab.User
29
29
- Indikator.Backend
30
30
- Inetis.Dump
31
+ - Zen.Robots
31
32
- October.Drivers
32
33
- OFFLINE.GDPR
33
34
- OFFLINE.Speedy
Original file line number Diff line number Diff line change 2
2
url = "/account"
3
3
layout = "default"
4
4
is_hidden = 0
5
+ meta_description = "Manage your octobertricks.com account"
5
6
6
7
[account]
7
8
paramCode = "code"
Original file line number Diff line number Diff line change 2
2
url = "/cookies"
3
3
layout = "default"
4
4
is_hidden = 0
5
+ meta_description = "Manage all octobertricks.com cookies"
5
6
6
7
[cookieManager]
7
8
==
Original file line number Diff line number Diff line change 2
2
url = "/trick-edit/:slug?"
3
3
layout = "default"
4
4
is_hidden = 0
5
+ meta_description = "Edit a trick on octobertricks.com"
5
6
6
7
[trickForm]
7
8
slug = "{{ :slug }}"
Original file line number Diff line number Diff line change
1
+ ==
2
+ function onStart()
3
+ {
4
+ $this['tag'] = $this-> page-> url === '/' ? 'h1' : 'h2';
5
+ }
6
+ ==
1
7
< header class ="header ">
2
8
< div class ="wrapper ">
3
9
< div class ="row row--header ">
17
23
</ nav >
18
24
</ div >
19
25
< section class ="lead ">
20
- < h1 class ="lead__heading "> October CMS resources and help articles</ h1 >
26
+ < {{ tag }} class="lead__heading"> October CMS resources and help articles</ {{ tag }} >
21
27
< p class ="lead__text "> Simple and to the point. Optimized by the community.</ p >
22
28
</ section >
23
29
{% partial 'searchbox' %}
Original file line number Diff line number Diff line change
1
+ ==
2
+ function onStart()
3
+ {
4
+ $this['canonical'] = request()-> url();
5
+ }
6
+ ==
1
7
{% set company_name = 'October CMS Tricks' %}
2
8
{% set homepage_title = 'October Tricks · October CMS resources and help articles' %}
3
9
{% set theme_color = '#f35627' %}
17
23
< meta name ="theme-color " content ="{{ theme_color }} ">
18
24
< meta name ="description " content ="{{ this.page.meta_description }} ">
19
25
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
26
+ < link rel ="canonical " href ="{{ canonical }} ">
20
27
21
28
< link rel ="icon " type ="image/png " href ="{{ 'assets/favicon-16x16.png'|theme }} " sizes ="16x16 ">
22
29
< link rel ="icon " type ="image/png " href ="{{ 'assets/favicon-32x32.png'|theme }} " sizes ="32x32 ">
Original file line number Diff line number Diff line change 8
8
< div data-validate-for ="title "> </ div >
9
9
</ div >
10
10
< div class ="form-group ">
11
- < label for ="content "> Your trick</ label >
11
+ < label for ="trick_content "> Your trick</ label >
12
12
< div class ="form-comment "> Keep it short and concise! Markdown is supported.</ div >
13
- < textarea id ="content "
13
+ < textarea id ="trick_content "
14
14
name ="content "
15
15
class ="form-control form-control--markdown "
16
16
rows ="10 "
You can’t perform that action at this time.
0 commit comments