We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c9967 commit fc8c086Copy full SHA for fc8c086
module/Blog/Docs/release.md
@@ -1,6 +1,7 @@
1
## 2.8.0
2
3
- 优化:博客留言列表审核状态文字优化
4
+- 修复:博客关键词不生效问题
5
6
---
7
module/Blog/View/pc/blog/show.blade.php
@@ -1,8 +1,8 @@
@extends($_viewFrame)
@section('pageTitleMain'){{$record['title']}}@endsection
-@section('pageKeywords'){{$record['title']}}@endsection
-@section('pageDescription'){{$record['summary']}}@endsection
+@section('pageKeywords'){{$record['seoKeywords']?$record['seoKeywords']:$record['title']}}@endsection
+@section('pageDescription'){{$record['seoDescription']?$record['seoDescription']:$record['summary']}}@endsection
{!! \ModStart\ModStart::js('asset/common/timeago.js') !!}
8
0 commit comments