mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-18 12:17:27 +02:00
Added support for custom meta tags via a new config file. Custom meta tags will only be active if "CUSTOM_META_TAGS" is set to "true" in the config. Replaced "<html lang="en">" with "@include('layouts.lang')" meaning HTML lang can be changed in the new config, defaults to en if not active or not defined.