Skip to content

Commit

Permalink
🐝 增加 keywords & description
Browse files Browse the repository at this point in the history
  • Loading branch information
newbee-mall authored Jan 12, 2020
1 parent 5d59c31 commit 9c8936c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/resources/templates/mall/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head th:fragment="head-fragment(title,path)">
<meta charset="UTF-8">
<title th:text="${title}">NewBee商城</title>
<title>新蜂商城 NewBee商城 newbee-mall</title>
<link rel="stylesheet" th:href="@{/mall/css/swiper.min.css}">
<link rel="stylesheet" th:href="@{/mall/css/iconfont.css}">
<link rel="stylesheet" th:href="@{/mall/css/common.css}">
<link rel="stylesheet" th:href="@{/mall/styles/header.css}">
<link rel="stylesheet" th:href="@{'/mall/styles/'+${path}+'.css'}">
<link rel="stylesheet" th:href="@{/admin/plugins/sweetalert/sweetalert.css}"/>
<meta name="keywords" content="新蜂商城,newbee-mall,新蜂,商城,开源商城,newbee,企业级商城,大型商城项目,Java商城,springboot商城,SpringBoot商城项目,Spring Boot 大型线上商城项目实战教程" />
<meta name="description" content="newbee-mall 项目(新蜂商城)是一套电商系统,包括 newbee-mall 商城系统及 newbee-mall-admin 商城后台管理系统,基于 Spring Boot 2.X 及相关技术栈开发。前台商城系统包含首页门户、商品分类、新品上线、首页轮播、商品推荐、商品搜索、商品展示、购物车、订单结算、订单流程、个人订单管理、会员中心、帮助中心等模块。后台管理系统包含数据面板、轮播图管理、商品管理、订单管理、会员管理、分类管理、设置等模块。Spring Boot 大型线上商城项目实战教程"/>
</head>
<nav id="nav" th:fragment="nav-fragment">
<div class="banner_x center">
Expand Down Expand Up @@ -85,4 +87,4 @@
</div>
</div>
</header>
</html>
</html>

0 comments on commit 9c8936c

Please sign in to comment.