mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-04-12 03:28:30 +02:00
Add meta tag Description
This commit is contained in:
parent
3d75ccc1fc
commit
5079e4cc3a
@ -58,4 +58,5 @@
|
||||
'ui_icons_by' => 'UI Icons by',
|
||||
'logos_by' => 'Logos by',
|
||||
'search' => 'Search',
|
||||
'2fauth_description' => 'A web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes',
|
||||
];
|
@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="description" content="{{ __('commons.2fauth_description') }}" lang="{!! $lang !!}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, shrink-to-fit=no, viewport-fit=cover">
|
||||
<meta name="csrf-token" content="{{csrf_token()}}">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
|
Loading…
Reference in New Issue
Block a user