|
8 | 8 | |-------------------------------------------------------------------------- |
9 | 9 | | |
10 | 10 | | 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. |
12 | 12 | | Formatting in plain HTML is expected. |
13 | 13 | | |
14 | 14 | */ |
|
33 | 33 | | |
34 | 34 | | Will only be active if "CUSTOM_META_TAGS" is set to "true" in the config. |
35 | 35 | | 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"). |
37 | 37 | | |
38 | 38 | | Empty entries will be ignored. |
39 | 39 | | |
|
43 | 43 | 'description' => '', // Overrides the default meta page description. Leave empty to use your LinkStack page description as the description. |
44 | 44 | 'robots' => 'index,follow', |
45 | 45 | '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. |
47 | 47 | 'twitter_creator' => '', // Twitter @username. |
48 | 48 | 'author' => '', // Your name. |
49 | 49 |
|
|
123 | 123 | | 'custom_css' => '' |
124 | 124 | | ), |
125 | 125 | | |
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'...). |
127 | 127 | | You can find a list of all available buttons below. |
128 | 128 | | |
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. |
130 | 130 | | |
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'. |
132 | 132 | | |
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. |
134 | 134 | | This allows you to add your own icons to 'custom' buttons. You can find a list of available icons on linkstack.org/fa. |
135 | 135 | | |
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. |
137 | 137 | | 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. |
139 | 139 | | |
140 | 140 | */ |
141 | 141 |
|
|
0 commit comments