以站点名获取网站标题

不加这一项的话,网站标题一直为空或者默认。加入这句后,网站标题可以后台配置
This commit is contained in:
振云 (Percy)
2017-12-27 16:07:08 +08:00
committed by GitHub
parent 41ca827f9e
commit 5a6d818afc

View File

@@ -12,7 +12,7 @@
<link href="/libs/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="/stylesheets/share.css" rel="stylesheet">
<link href="/stylesheets/animate-custom.css" rel="stylesheet">
<title></title>
<title>@config.SiteName</title>
</head>
<body class="fuelux">
@if(model.isRoot) {
@@ -87,4 +87,4 @@
</script>
}
</body>
</html>
</html>