|
11 | 11 | <meta http-equiv="Cache-Control" content="no-siteapp"> |
12 | 12 | <link rel="apple-touch-icon" sizes="180x180" href="/next/images/apple-touch-icon-next.png?v=5.1.4"> |
13 | 13 | <link rel="icon" type="image/png" sizes="32x32" href="/next/images/favicon-32x32-next.png?v=5.1.4"> |
14 | | - <link rel="canonical" href="http://www.wrsee.com/"> |
| 14 | + <link rel="canonical" href="{{route('home')}}"> |
15 | 15 | <meta name="keywords" content="@yield('keywords', setting('web_name', 'Mrcoder'))"> |
16 | 16 | <meta name="description" content="@yield('description', setting('web_name', 'Mrcoder'))"> |
17 | 17 | <meta property="og:type" content="blog"> |
18 | 18 | <meta property="og:title" content="@yield('title', setting('web_name', 'Mrcoder'))"> |
19 | | - <meta property="og:url" content="http://www.wrsee.com/index.php"> |
| 19 | + <meta property="og:url" content="{{route('home')}}"> |
20 | 20 | <meta property="og:site_name" content="@yield('title', setting('web_name', 'Mrcoder'))"> |
21 | 21 | <meta property="og:description" content="@yield('description', setting('web_name', 'Mrcoder'))"> |
22 | 22 | <meta property="og:locale" content="zh-Hans"> |
|
33 | 33 | <div class="site-brand-wrapper"> |
34 | 34 | <div class="site-meta "> |
35 | 35 | <div class="custom-logo-site-title"> |
36 | | - <a href="/" class="brand" rel="start"> |
| 36 | + <a href="{{route('home')}}" class="brand" rel="start"> |
37 | 37 | <span class="logo-line-before"> |
38 | 38 | <i> |
39 | 39 | </i> |
|
57 | 57 | <nav class="site-nav"> |
58 | 58 | <ul id="menu" class="menu"> |
59 | 59 | <li class="menu-item menu-item-home"> |
60 | | - <a href="/" rel="section"> |
| 60 | + <a href="{{route('home')}}" rel="section"> |
61 | 61 | <i class="menu-item-icon fa fa-fw fa-home"></i> |
62 | 62 | <br>首页</a></li> |
63 | 63 | <li class="menu-item menu-item-tags"> |
64 | | - <a href="/tags/" rel="section"> |
| 64 | + <a href="{{route('tags')}}" rel="section"> |
65 | 65 | <i class="menu-item-icon fa fa-fw fa-tags"></i> |
66 | 66 | <br>标签</a></li> |
67 | 67 | <li class="menu-item menu-item-cates"> |
68 | | - <a href="/cates/" rel="section"> |
| 68 | + <a href="{{route('cates')}}" rel="section"> |
69 | 69 | <i class="menu-item-icon fa fa-fw fa-th"></i> |
70 | 70 | <br>分类</a></li> |
71 | 71 | {{--<li class="menu-item menu-item-archives">--}} |
|
119 | 119 | <span class="with-love"> |
120 | 120 | <i class="fa fa-user"></i> |
121 | 121 | </span> |
122 | | - <span class="author" itemprop="copyrightHolder">true</span> |
| 122 | + <span class="post-meta-item-text">编码先生</span> |
123 | 123 | <span class="post-meta-divider">|</span> |
124 | | - <span class="post-meta-item-icon"> |
125 | | - <i class="fa fa-area-chart"></i> |
126 | | - </span> |
127 | | - {{--<span class="post-meta-item-text">博客全站字数:</span>--}} |
128 | | - {{--<span title="博客全站字数">82.6k</span>--}} |
| 124 | + <span title="ICP主体备案号">粤ICP备19005341号-1</span> |
129 | 125 | </div> |
130 | 126 | <div class="busuanzi-count"> |
131 | 127 | <span class="site-uv"> |
|
0 commit comments