Skip to content

Commit

Permalink
Merge pull request barryclark#4 from AlexKaiqi/alexkaiqi
Browse files Browse the repository at this point in the history
Alexkaiqi
  • Loading branch information
Liberxue authored Oct 28, 2017
2 parents d5ef7a3 + 9ee9005 commit 161be0f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="Cache-Control" content="no-transform"/>
<meta http-equiv="Cache-Control" content="no-siteapp"/>
<meta http-equiv="Cache-Control" content="no-siteapp"/>
<title>{{ site.title }}</title>
{% include head.html %}
</head>
Expand Down
2 changes: 2 additions & 0 deletions archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
{% endif %}
{% endif %}
{% endfor %}
</div>




4 changes: 2 additions & 2 deletions book/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div class="item-label">
<div class="item-title"><a href="{{ posts.url }}">{{ posts.title }}</a></div>
<div class="item-meta clearfix">
<div class="item-meta-ico bg-ico-book" style="background: url('../stylesheets/images/bg-ico.png') no-repeat;background-size: 40px auto;"></div>
<div class="item-meta-ico bg-ico-book" style="background: url('../style/images/bg-ico.png') no-repeat;background-size: 40px auto;"></div>
<div class="item-meta-cat">
<a href="category/thoughts/index.html" title="访问 {{ posts.category }}" data-hover="{{ posts.category }}">{{ posts.category }}</a>
<a href="category/thoughts/index.html" title="访问 {{ posts.date | date: "%Y"}}" data-hover="{{ posts.date | date: "%F %H:%M:%S "}}">{{ posts.date | date: "%F %H:%M:%S "}}</a></div>
Expand All @@ -33,4 +33,4 @@
{% endfor %}
</div>
</div>
{% include pagination.html %}
{% include pagination.html %}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="item-label">
<div class="item-title"><a href="{{ posts.url }}" title="访问 {{ posts.title }}" data-hover="{{ posts.title }}">{{ posts.title }}</a></div>
<div class="item-meta clearfix">
<div class="item-meta-ico bg-ico-book" style="background: url('stylesheets/images/bg-ico.png') no-repeat;background-size: 40px auto;"></div>
<div class="item-meta-ico bg-ico-book" style="background: url('style/images/bg-ico.png') no-repeat;background-size: 40px auto;"></div>
<div class="item-meta-cat">
<a href="/tags#{{ posts.category }}" title="访问 {{ posts.category }}" data-hover="{{ posts.category }}">{{ posts.category }}</a>
<a href="/archives#{{ posts.date | date: "%Y"}}" title="访问 {{ posts.date | date: "%Y"}}" data-hover="{{ posts.date | date: "%F %H:%M"}}">{{ posts.date | date: "%F %H:%M"}}</a></div>
Expand All @@ -29,4 +29,4 @@
{% endfor %}
</div>
</div>
{% include pagination.html %}
{% include pagination.html %}
4 changes: 2 additions & 2 deletions road/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div class="item-label">
<div class="item-title"><a href="{{ posts.url }}">{{ posts.title }}</a></div>
<div class="item-meta clearfix">
<div class="item-meta-ico bg-ico-book" style="background: url('../stylesheets/images/bg-ico.png') no-repeat;background-size: 40px auto;"></div>
<div class="item-meta-ico bg-ico-book" style="background: url('../style/images/bg-ico.png') no-repeat;background-size: 40px auto;"></div>
<div class="item-meta-cat">
<a href="category/thoughts/index.html">{{ posts.category }}</a>
<a href="category/thoughts/index.html">{{ posts.date | date: "%F %H:%M:%S "}}</a></div>
Expand All @@ -33,4 +33,4 @@
{% endfor %}
</div>
</div>
{% include pagination.html %}
{% include pagination.html %}

0 comments on commit 161be0f

Please sign in to comment.