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
..
2022-11-08 16:11:59 +01:00
2022-11-30 12:01:19 +01:00
2022-12-04 23:15:40 +01:00
2022-12-07 13:53:01 +01:00
2022-12-06 16:19:03 +01:00
2022-11-26 15:01:49 +01:00
2022-11-17 15:07:06 +01:00
2022-12-10 18:52:46 -06:00