You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change Line 42 .."LittleLink"... to ..."LinkStack"....
Change Line 50.."LittleLink"... to ..."LinkStack"....
Change Line 51.."LittleLink"... to ..."LinkStack"....
Change Line 79.."LittleLink"... to ..."LinkStack"....
Change Line 115.."LittleLink"... to ..."LinkStack"....
| Will only be active if "CUSTOM_META_TAGS" is set to "true" in the config.
42
-
| These tags will only be applied to the home page or if a LittleLink page
42
+
| These tags will only be applied to the home page or if a LinkStack page
43
43
| is set as the homepage in the config (for example: HOME_URL="admin").
44
44
|
45
45
| Empty entries will be ignored.
46
46
|
47
47
*/
48
48
49
49
'lang' => 'en', // Sets <html lang="en">
50
-
'title' => 'Title', // Overrides the default meta page title. Leave empty to use your LittleLink page title as the title.
51
-
'description' => 'This is a description', // Overrides the default meta page description. Leave empty to use your LittleLink page description as the description.
50
+
'title' => 'Title', // Overrides the default meta page title. Leave empty to use your LinkStack page title as the title.
51
+
'description' => 'This is a description', // Overrides the default meta page description. Leave empty to use your LinkStack page description as the description.
'canonical_url' => 'https://example.com', // Tells search engines to index "https://example.com/" instead of "https://example.com/@admin", for example.
@@ -76,11 +76,11 @@ return [
76
76
77
77
78
78
// Overwrites default theme regardless of preference defined by the operating system, unless manually overwritten by user.
79
-
// Overwrites default page title after the LittleLink name on LittleLink pages.
79
+
// Overwrites default page title after the LinkStack name on LinkStack pages.
80
80
// Example: "admin 🔗 LinkStack"
81
81
// ⤌------------------⤍
82
82
// ⬑ What you can change with this setting.
83
-
'littlelink_title' => '💡 Little CustomLink',
83
+
'littlelink_title' => '💡 LinkStack',
84
84
85
85
86
86
// Either "true", "false" or "auth".
@@ -112,7 +112,7 @@ return [
112
112
'disable_home_page' => 'false', // Either 'true', 'false' or 'redirect'.
113
113
'redirect_home_page' => 'https://linkstack.org', // Only active if value above is set to 'redirect'.
114
114
115
-
// The URL prefix is the symbol that comes before a LittleLink URL.
115
+
// The URL prefix is the symbol that comes before a LinkStack URL.
116
116
// For example the '@' in 'example.com/@admin'.
117
117
// If empty no prefix is required. Use with caution.
118
118
'custom_url_prefix' => '✅', // The '@' prefix will always work regardless of this setting.
0 commit comments