Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Commit

Permalink
Add some additional meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
aghorler committed Oct 7, 2017
1 parent 0cf7861 commit 951a3ee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,16 @@
<meta name="author" content="Aaron Horler, Ozlem Kirmizi, Kim Luu, Melissa Nguyen, and Dennis Mihalache.">
<meta name="url" content="{{ Request::url() }}">

<!-- Geo tags -->
<meta name="geo.region" content="AU-VIC">
<meta name="geo.placename" content="Melbourne">
<meta name="geo.position" content="-37.80742;144.963795">
<meta name="ICBM" content="-37.80742, 144.963795">

<!-- Privacy -->
<meta name="referrer" content="no-referrer">
<meta http-equiv="x-dns-prefetch-control" content="off">
<meta name="format-detection" content="telephone=no">

<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">
Expand All @@ -27,6 +34,8 @@
<link href="{{ asset('vendor/font-awesome/css/font-awesome.min.css') }}" rel="stylesheet" type="text/css">
<link href="{{ asset('vendor/icomoon/style.css') }}" rel="stylesheet" type="text/css">

<link rel="license" href="/terms">

<!-- Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('apple-touch-icon.png') }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ asset('favicon-32x32.png') }}">
Expand Down

0 comments on commit 951a3ee

Please sign in to comment.