Skip to content

Commit e686ba4

Browse files
committed
Update advanced-config.php
1 parent 1ccdf31 commit e686ba4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

storage/templates/advanced-config.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
|--------------------------------------------------------------------------
99
|
1010
| Add external analytics services to your LinkStack instance by adding them below.
11-
| Everything you enter below will be added to the <head> tag of every page.
11+
| Everything you enter below will be added to the <head> tag of every page.
1212
| Formatting in plain HTML is expected.
1313
|
1414
*/
@@ -33,7 +33,7 @@
3333
|
3434
| Will only be active if "CUSTOM_META_TAGS" is set to "true" in the config.
3535
| These tags will only be applied to the home page or if a LinkStack page
36-
| is set as the homepage in the config (for example: HOME_URL="admin").
36+
| is set as the homepage in the config (for example: HOME_URL="admin").
3737
|
3838
| Empty entries will be ignored.
3939
|
@@ -43,7 +43,7 @@
4343
'description' => '', // Overrides the default meta page description. Leave empty to use your LinkStack page description as the description.
4444
'robots' => 'index,follow',
4545
'viewport' => 'width=device-width, initial-scale=1',
46-
'canonical_url' => '', // Tells search engines to index "https://example.com/"  instead of "https://example.com/@admin",  for example.
46+
'canonical_url' => '', // Tells search engines to index "https://example.com/" instead of "https://example.com/@admin", for example.
4747
'twitter_creator' => '', // Twitter @username.
4848
'author' => '', // Your name.
4949

@@ -123,19 +123,19 @@
123123
| 'custom_css' => ''
124124
| ),
125125
|
126-
| In the 'button' field, you have to enter the button name (i.e. 'mastodon', 'github', 'custom'...).
126+
| In the 'button' field, you have to enter the button name (i.e. 'mastodon', 'github', 'custom'...).
127127
| You can find a list of all available buttons below.
128128
|
129-
| In the 'link' field, you can enter your desired link you may leave this field empty for a display only, non-functional button.
129+
| In the 'link' field, you can enter your desired link you may leave this field empty for a display only, non-functional button.
130130
|
131-
| In the 'title' field, changes the text on a button, such as 'custom' and 'custom_website'.
131+
| In the 'title' field, changes the text on a button, such as 'custom' and 'custom_website'.
132132
|
133-
| In the 'icon' field, uses the same syntax as the Button Editor on the Admin Panel.
133+
| In the 'icon' field, uses the same syntax as the Button Editor on the Admin Panel.
134134
| This allows you to add your own icons to 'custom' buttons. You can find a list of available icons on linkstack.org/fa.
135135
|
136-
| In the 'custom_css' field, here you can enter custom CSS to change the color of your button.
136+
| In the 'custom_css' field, here you can enter custom CSS to change the color of your button.
137137
| If you don't feel comfortable working with CSS,
138-
| you can copy and paste the CSS from the 'Custom CSS' field of the Button Editor on the Admin Panel.
138+
| you can copy and paste the CSS from the 'Custom CSS' field of the Button Editor on the Admin Panel.
139139
|
140140
*/
141141

0 commit comments

Comments
 (0)