@@ -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 {
@@ -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>