diff --git a/resources/views/front/welcome.blade.php b/resources/views/front/welcome.blade.php
index 9948fb4..107540a 100644
--- a/resources/views/front/welcome.blade.php
+++ b/resources/views/front/welcome.blade.php
@@ -21,7 +21,7 @@
@if ($featured_posts->count() > 0)
-
Featured News
+ Featured News
@@ -63,34 +63,46 @@ class="text-secondary">{{ $post->published_at->diffForHumans() }}
@foreach ($latest_posts as $post)
-
+
-
-
-
-
-

-
+
-
-
+
+
+
-
+
{{ $post->title }}
+ -webkit-line-clamp: 2;
+ -webkit-box-orient: vertical;
+ overflow: hidden;">{{ $post->title }}
-
{{ $post->published_at->diffForHumans() }}
+
+
+ @foreach ($post->keywords as $keyword)
+ @if ($keyword == $post->main_keyword)
+
{{ $keyword }}
+ @else
+ {{ $keyword }}
+ @endif
+ @endforeach
+
+
+ @if($post->category)
+ {{ $post->category->name }}
+
+ @endif
+
+ {{ $post->published_at->diffForHumans() }}
- {{ markdown_min_read($post->body) }}
+ {{ markdown_min_read($post->body) }}