master
parent
d98241043b
commit
5f18760cff
|
@ -1,4 +1,4 @@
|
|||
<link rel="stylesheet" href="{{asset('template/css/bootstrap.min.css')}}" >
|
||||
<link rel="stylesheet" href="{{asset('template/css/app.css?v=145')}}" >
|
||||
<link rel="stylesheet" href="{{asset('template/css/app.css?v=14')}}" >
|
||||
|
||||
|
||||
|
|
|
@ -23,12 +23,12 @@
|
|||
<meta property="og:image" content="{{ $content->user->gravatar() }}">
|
||||
@endif
|
||||
@elseif (Route::currentRouteName() == 'content' and isset($list) and isset($content))
|
||||
<title>Aktuelle Stellenangebote in {{ $list->name }}</title>
|
||||
<title>Neuigkeiten vom Konradenhof</title>
|
||||
<!-- Para colocar title do SEO exemplo: $list->seo_title -->
|
||||
<meta name="description" content="Finden Sie hier Ihren Job in der Region {{ $list->name }} und bewerben Sie sich bei Top-Arbeigebern.">
|
||||
<meta property="og:description" content="Finden Sie hier Ihren Job in der Region {{ $list->name }} und bewerben Sie sich bei Top-Arbeigebern.">
|
||||
<meta name="description" content="Neuigkeiten vom Konradenhof in Gaisheim">
|
||||
<meta property="og:description" content="Neuigkeiten vom Konradenhof in Gaisheim">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Aktuelle Stellenangebote in {{ $list->name }}">
|
||||
<meta property="og:title" content="Neuigkeiten vom Konradenhof in Gaisheim">
|
||||
<meta property="og:site_name" content="{{ config('settings.name') }}">
|
||||
<meta property="og:url" content="{{ \Request::url() }}">
|
||||
@if ($list->image)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@extends('template.'.config('settings.template').'.content.master')
|
||||
@section('meta_title', 'Title HomePage')
|
||||
@section('meta_description', 'Description HomePage')
|
||||
@section('meta_title', 'Alpakas vom Konradenhof - Gaisheim, Moosbach')
|
||||
@section('meta_description', 'Informationen und Neuigkeiten rund um unseren Alpaka Hof')
|
||||
@section('content')
|
||||
<style>
|
||||
@media only screen and (max-width: 676px) {
|
||||
|
|
|
@ -266,8 +266,7 @@ ul.form_errors {
|
|||
|
||||
body {
|
||||
font-family: 'Open Sans Condensed', sans-serif;
|
||||
background-image: url("{{ asset('template/images/background-pattern.png') }}");
|
||||
background: #c8c1bab3;
|
||||
background: #e6e3e1b3;
|
||||
color: black; }
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue