LinkStack/resources/views
Adam Engebretson 4faffd503d
Correcting Social Links
Social services will utilize the Canonical URL while fetching sharable information like page title and image. This hard-coded value results in all share attempts resulting in 404s for the link fetching service.

Laravel Blade supports front-end frameworks that utilize similar-to-Blade syntax `{{ }}` by adding an escape option `@{{ }}`. As such, string concatenation of the `@` and the `$littlelink_name` was necessary.
2022-12-10 18:52:46 -06:00
..
admin/linktype Laravel 9 2022-11-08 16:11:59 +01:00
auth Bugfix 2022-11-30 12:01:19 +01:00
components Update predefined-form.blade.php 2022-12-10 15:05:13 +01:00
installer Skipping installer when instaled for docker 2022-12-02 16:30:10 +01:00
layouts Revert "Update sidebar.blade.php" 2022-12-04 23:15:40 +01:00
panel Updated styling 2022-12-07 13:53:01 +01:00
studio Bugfix 2022-12-06 16:19:03 +01:00
vendor Update index.blade.php 2022-11-26 15:01:49 +01:00
backup.blade.php Updated config editor 2022-11-17 15:07:06 +01:00
home.blade.php Added support for custom favicon 2022-11-29 23:33:25 +01:00
littlelink.blade.php Correcting Social Links 2022-12-10 18:52:46 -06:00
maintenance.blade.php Added support for custom favicon 2022-11-29 23:33:25 +01:00
pages.blade.php Added support for custom favicon 2022-11-29 23:33:25 +01:00
update.blade.php Enabled debugging while updating 2022-12-05 13:29:40 +01:00