Skip to content

Commit 2d04c68

Browse files
Update advanced-config.php.example
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"....
1 parent ac0a83b commit 2d04c68

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/advanced-config.php.example

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ return [
3939
|--------------------------------------------------------------------------
4040
|
4141
| 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
4343
| is set as the homepage in the config (for example: HOME_URL="admin").
4444
|
4545
| Empty entries will be ignored.
4646
|
4747
*/
4848

4949
'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.
5252
'robots' => 'index,follow',
5353
'viewport' => 'width=device-width, initial-scale=1',
5454
'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 [
7676

7777

7878
// 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.
8080
// Example: "admin 🔗 LinkStack"
8181
// ⤌------------------⤍
8282
// ⬑ What you can change with this setting.
83-
'littlelink_title' => '💡 Little CustomLink',
83+
'littlelink_title' => '💡 LinkStack',
8484

8585

8686
// Either "true", "false" or "auth".
@@ -112,7 +112,7 @@ return [
112112
'disable_home_page' => 'false', // Either 'true', 'false' or 'redirect'.
113113
'redirect_home_page' => 'https://linkstack.org', // Only active if value above is set to 'redirect'.
114114

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.
116116
// For example the '@' in 'example.com/@admin'.
117117
// If empty no prefix is required. Use with caution.
118118
'custom_url_prefix' => '✅', // The '@' prefix will always work regardless of this setting.

0 commit comments

Comments
 (0)