Merge pull request #30 from yun-percy/patch-5

以站点名获取网站标题
This commit is contained in:
孙正华
2018-01-01 10:58:10 +08:00
committed by GitHub

View File

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