qiushang 1 tahun lalu
induk
melakukan
0da22d39f4

+ 1 - 0
public/static/css/index.css

@@ -163,6 +163,7 @@ ul, li, ol {
     position: relative;
     margin: 0 10px;
     padding: 0 10px;
+    border-bottom: 3px solid #fff;
 }
 
 .nav-item.active, .nav-item:hover {

+ 3 - 0
resources/views/home/http/newsdetail.blade.php

@@ -2,6 +2,9 @@
 <html>
 
 <head>
+    <title>{{ $info->title }}</title>
+    <meta name="keywords" content="{{ $info->title }}">
+    <meta name="description" content="{{ $info->introduction }}">
     @include('home.http.common.head')
 </head>