Make style and script links absolute

This commit is contained in:
Jonny Barnes 2016-07-18 10:30:49 +01:00
parent b63de1f9f2
commit 5ff4289704
11 changed files with 35 additions and 35 deletions

View file

@ -4,8 +4,8 @@
<meta charset="UTF-8">
<title>@if (App::environment() == 'local'){!! "[testing] -"!!}@endif @yield('title')</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="assets/bower/sanitize.css">
<link rel="stylesheet" href="assets/css/global.css">
<link rel="stylesheet" href="/assets/bower/sanitize.css">
<link rel="stylesheet" href="/assets/css/global.css">
<link rel="openid.server" href="https://indieauth.com/openid">
<link rel="openid.delegate" href="https://jonnybarnes.uk">
<link rel="authorization_endpoint" href="https://indieauth.com/auth">