diff options
author | nobody <nobody@zotlabs.com> | 2021-08-28 01:09:11 -0700 |
---|---|---|
committer | nobody <nobody@zotlabs.com> | 2021-08-28 01:09:11 -0700 |
commit | 2866c0b1737f571c77731eabb0d60d6660caee3b (patch) | |
tree | ef72556613187c611f6b131210621cc4a11a108a /boot.php | |
parent | 05152ac8c88711a74e61f75feae2c0a43dd40cc4 (diff) | |
parent | 5eaabbdb18b392478b6782fb580f22b3a1e666f2 (diff) | |
download | volse-hubzilla-2866c0b1737f571c77731eabb0d60d6660caee3b.tar.gz volse-hubzilla-2866c0b1737f571c77731eabb0d60d6660caee3b.tar.bz2 volse-hubzilla-2866c0b1737f571c77731eabb0d60d6660caee3b.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1198,6 +1198,10 @@ class App { } } + // webmanifest + head_add_link(['rel' => 'manifest', 'href' => '/manifest.json']); + self::$meta->set('application-name', Zotlabs\Lib\System::get_platform_name()); + self::$meta->set('generator', Zotlabs\Lib\System::get_platform_name()); head_add_link(['rel' => 'shortcut icon', 'href' => head_get_icon()]); |