qiushang hace 1 año
padre
commit
0da22d39f4
Se han modificado 2 ficheros con 4 adiciones y 0 borrados
  1. 1 0
      public/static/css/index.css
  2. 3 0
      resources/views/home/http/newsdetail.blade.php

+ 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>