qiushang 1 年之前
父節點
當前提交
68d4dd2897

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

@@ -1,6 +1,9 @@
 <!DOCTYPE html>
 <!DOCTYPE html>
 <html>
 <html>
 <head>
 <head>
+<meta name="keywords" content="{{$keywords ?: '星优办公'}}">
+<meta name="description" content="{{$description ?: '星优办公软件'}}">
+<title>{{ $title ? : '星优办公软件' }}</title>
     @include('home.http.common.head')
     @include('home.http.common.head')
     <style>
     <style>
         .about-banner {
         .about-banner {

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

@@ -1,6 +1,9 @@
 <!DOCTYPE html>
 <!DOCTYPE html>
 <html>
 <html>
 <head>
 <head>
+<meta name="keywords" content="{{$keywords ?: '星优办公'}}">
+<meta name="description" content="{{$description ?: '星优办公软件'}}">
+<title>{{ $title ? : '星优办公软件' }}</title>
     @include('home.http.common.head')
     @include('home.http.common.head')
     <style>
     <style>
         /* 会员中心 */
         /* 会员中心 */

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

@@ -1,9 +1,6 @@
 <meta charset="utf-8">
 <meta charset="utf-8">
 <meta name="viewport"
 <meta name="viewport"
       content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
       content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
-<meta name="keywords" content="{{$keywords ?: '星优办公'}}">
-<meta name="description" content="{{$description ?: '星优办公软件'}}">
-<title>{{ $title ? : '星优办公软件' }}</title>
 <link href="/static/bootstrap/bootstrap.min.css" rel="stylesheet" type="text/css">
 <link href="/static/bootstrap/bootstrap.min.css" rel="stylesheet" type="text/css">
 <link href="/static/public/swiper/swiper-4.3.3.min.css" rel="stylesheet" type="text/css">
 <link href="/static/public/swiper/swiper-4.3.3.min.css" rel="stylesheet" type="text/css">
 <link href="/static/css/index.css" rel="stylesheet" type="text/css">
 <link href="/static/css/index.css" rel="stylesheet" type="text/css">

+ 1 - 1
resources/views/home/http/newsdetail.blade.php

@@ -2,7 +2,7 @@
 <html>
 <html>
 
 
 <head>
 <head>
-    <title>{{ $info->title }}</title>
+    <title>{{ $info->title }} -星优办公软件</title>
     <meta name="keywords" content="{{ $info->title }}">
     <meta name="keywords" content="{{ $info->title }}">
     <meta name="description" content="{{ $info->introduction }}">
     <meta name="description" content="{{ $info->introduction }}">
     @include('home.http.common.head')
     @include('home.http.common.head')