bugfix in lists

master
Gustavo Luigi 2022-06-22 10:00:03 -03:00
parent dea15f3fbd
commit dcd0accf32
2 changed files with 4 additions and 4 deletions

View File

@ -77,7 +77,7 @@
"seo_title": "",
"seo_description": "",
"blade": "produkte",
"content_types": ["Produkte"]
"content-types": ["Produkte"]
},
{
"name": "Neuigkeiten",
@ -88,7 +88,7 @@
"seo_title": "",
"seo_description": "",
"blade": "neuigkeiten",
"content_types": ["News"]
"content-types": ["News"]
},
{
"name": "FAQ",
@ -99,7 +99,7 @@
"seo_title": "",
"seo_description": "",
"blade": "faq",
"content_types": ["Fragen & Antworten"]
"content-types": ["Fragen & Antworten"]
}
]
}

View File

@ -8,7 +8,7 @@
data-new-url="{{route_content($content)}}"
data-new-title="{{$content->title}}"
data-new-date="{{date('Y-m-d h:i:s', strtotime($content->created_at))}}"
data-author-url="{{route('author.get', [$content->user->slug])}}"
data-author-url="{{route('content', [$content->user->slug])}}"
data-author-name="{{$content->user->name}}"
data-author-image="{{$content->user->gravatar()}}"
></span>