Benjamin Völkl 2021-12-27 15:05:22 +01:00
parent d98241043b
commit 5f18760cff
4 changed files with 8 additions and 9 deletions

View File

@ -1,4 +1,4 @@
<link rel="stylesheet" href="{{asset('template/css/bootstrap.min.css')}}" > <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')}}" >





View File

@ -23,12 +23,12 @@
<meta property="og:image" content="{{ $content->user->gravatar() }}"> <meta property="og:image" content="{{ $content->user->gravatar() }}">
@endif @endif
@elseif (Route::currentRouteName() == 'content' and isset($list) and isset($content)) @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 --> <!-- 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 name="description" content="Neuigkeiten vom Konradenhof in Gaisheim">
<meta property="og:description" content="Finden Sie hier Ihren Job in der Region {{ $list->name }} und bewerben Sie sich bei Top-Arbeigebern."> <meta property="og:description" content="Neuigkeiten vom Konradenhof in Gaisheim">
<meta property="og:type" content="website"> <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:site_name" content="{{ config('settings.name') }}">
<meta property="og:url" content="{{ \Request::url() }}"> <meta property="og:url" content="{{ \Request::url() }}">
@if ($list->image) @if ($list->image)

View File

@ -1,6 +1,6 @@
@extends('template.'.config('settings.template').'.content.master') @extends('template.'.config('settings.template').'.content.master')
@section('meta_title', 'Title HomePage') @section('meta_title', 'Alpakas vom Konradenhof - Gaisheim, Moosbach')
@section('meta_description', 'Description HomePage') @section('meta_description', 'Informationen und Neuigkeiten rund um unseren Alpaka Hof')
@section('content') @section('content')
<style> <style>
@media only screen and (max-width: 676px) { @media only screen and (max-width: 676px) {

View File

@ -266,8 +266,7 @@ ul.form_errors {


body { body {
font-family: 'Open Sans Condensed', sans-serif; font-family: 'Open Sans Condensed', sans-serif;
background-image: url("{{ asset('template/images/background-pattern.png') }}"); background: #e6e3e1b3;
background: #c8c1bab3;
color: black; } color: black; }