Skip to content
Snippets Groups Projects
Commit 24611f50 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch '914-add-apple-icons' into 'development'

Resolve "Add Apple Icons"

Closes #914

See merge request !1489
parents 0dde929e 3ffb2c3d
No related branches found
No related tags found
3 merge requests!1502Development,!1491Development,!1489Resolve "Add Apple Icons"
public/img/apple/touch-icon-114.png

1.91 KiB

public/img/apple/touch-icon-120.png

2.05 KiB

public/img/apple/touch-icon-144.png

2.46 KiB

public/img/apple/touch-icon-152.png

2.54 KiB

public/img/apple/touch-icon-180.png

3.01 KiB

public/img/apple/touch-icon-57.png

1.1 KiB

public/img/apple/touch-icon-72.png

1.37 KiB

public/img/apple/touch-icon-76.png

1.38 KiB

public/img/apple/touch-icon.png

19.9 KiB

......@@ -5,6 +5,15 @@
<title>{{ $eingabe }} - MetaGer</title>
<link href="/favicon.ico" rel="icon" type="image/x-icon" />
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link rel="apple-touch-icon" href="/img/apple/touch-icon.png">
<link rel="apple-touch-icon" sizes="57x57" href="/img/apple/touch-icon-57.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/apple/touch-icon-72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/apple/touch-icon-76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/apple/touch-icon-114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/apple/touch-icon-120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/apple/touch-icon-144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/apple/touch-icon-152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple/touch-icon-180.png">
<meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport" />
<meta name="p" content="{{ getmypid() }}" />
<meta name="q" content="{{ $eingabe }}" />
......
......@@ -12,6 +12,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link href="/favicon.ico" rel="icon" type="image/x-icon" />
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link rel="apple-touch-icon" href="/img/apple/touch-icon.png">
<link rel="apple-touch-icon" sizes="57x57" href="/img/apple/touch-icon-57.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/apple/touch-icon-72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/apple/touch-icon-76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/apple/touch-icon-114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/apple/touch-icon-120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/apple/touch-icon-144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/apple/touch-icon-152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple/touch-icon-180.png">
<link rel="search" type="application/opensearchdescription+xml" title="{{ trans('staticPages.opensearch') }}" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), action('StartpageController@loadPlugin')) }}">
<link type="text/css" rel="stylesheet" href="{{ mix('css/bootstrap.css') }}" />
<link type="text/css" rel="stylesheet" href="{{ mix('css/themes/metager.css') }}" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment