Skip to content

Commit e273cd9

Browse files
committed
Site updated: 2017-04-12 00:05:02
1 parent f102460 commit e273cd9

File tree

6 files changed

+1282
-55
lines changed

6 files changed

+1282
-55
lines changed

2017/04/10/Jwt-介绍/index.html

+28-12
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77

8-
<html class="theme-next muse use-motion" lang="">
8+
<html class="theme-next muse use-motion" lang="zh-cn">
99
<head>
1010
<meta charset="UTF-8"/>
1111
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
@@ -137,7 +137,7 @@
137137
<title> Jwt 介绍 | 谢晖的博客 </title>
138138
</head>
139139

140-
<body itemscope itemtype="http://schema.org/WebPage" lang="">
140+
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-cn">
141141

142142

143143

@@ -175,7 +175,7 @@
175175
</a>
176176
</div>
177177

178-
<p class="site-subtitle"></p>
178+
<p class="site-subtitle">爱生活、爱技术、积极、乐观、超越自我</p>
179179

180180
</div>
181181

@@ -200,7 +200,7 @@
200200

201201
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
202202

203-
Startseite
203+
Home
204204
</a>
205205
</li>
206206

@@ -210,7 +210,7 @@
210210

211211
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
212212

213-
Archiv
213+
Archives
214214
</a>
215215
</li>
216216

@@ -287,7 +287,7 @@ <h1 class="post-title" itemprop="name headline">
287287
<i class="fa fa-calendar-o"></i>
288288
</span>
289289

290-
<span class="post-meta-item-text">Veröffentlicht am</span>
290+
<span class="post-meta-item-text">Posted on</span>
291291

292292
<time title="Post created" itemprop="dateCreated datePublished" datetime="2017-04-10T22:08:49+08:00">
293293
2017-04-10
@@ -415,6 +415,22 @@ <h1 id="为什么要使用JWT?"><a href="#为什么要使用JWT?" class="hea
415415

416416

417417

418+
<div class="post-nav">
419+
<div class="post-nav-next post-nav-item">
420+
421+
<a href="/2017/04/11/kafka-介绍/" rel="next" title="kafka 介绍">
422+
<i class="fa fa-chevron-left"></i> kafka 介绍
423+
</a>
424+
425+
</div>
426+
427+
<span class="post-nav-divider"></span>
428+
429+
<div class="post-nav-prev post-nav-item">
430+
431+
</div>
432+
</div>
433+
418434

419435

420436

@@ -459,10 +475,10 @@ <h1 id="为什么要使用JWT?"><a href="#为什么要使用JWT?" class="hea
459475

460476
<ul class="sidebar-nav motion-element">
461477
<li class="sidebar-nav-toc sidebar-nav-active" data-target="post-toc-wrap" >
462-
Inhaltsverzeichnis
478+
Table of Contents
463479
</li>
464480
<li class="sidebar-nav-overview" data-target="site-overview">
465-
Übersicht
481+
Overview
466482
</li>
467483
</ul>
468484

@@ -474,16 +490,16 @@ <h1 id="为什么要使用JWT?"><a href="#为什么要使用JWT?" class="hea
474490
alt="谢晖" />
475491
<p class="site-author-name" itemprop="name">谢晖</p>
476492

477-
<p class="site-description motion-element" itemprop="description"></p>
493+
<p class="site-description motion-element" itemprop="description">爱生活、爱技术、积极、乐观、超越自我</p>
478494

479495
</div>
480496
<nav class="site-state motion-element">
481497

482498

483499
<div class="site-state-item site-state-posts">
484500
<a href="/archives">
485-
<span class="site-state-item-count">1</span>
486-
<span class="site-state-item-name">Artikel</span>
501+
<span class="site-state-item-count">2</span>
502+
<span class="site-state-item-name">posts</span>
487503
</a>
488504
</div>
489505

@@ -553,7 +569,7 @@ <h1 id="为什么要使用JWT?"><a href="#为什么要使用JWT?" class="hea
553569

554570

555571
<div class="powered-by">
556-
Erstellt mit <a class="theme-link" href="https://hexo.io">Hexo</a>
572+
Powered by <a class="theme-link" href="https://hexo.io">Hexo</a>
557573
</div>
558574

559575
<div class="theme-info">

0 commit comments

Comments
 (0)