Skip to content

Commit 6ef4472

Browse files
committed
Signed-off-by: Townwang <[email protected]>
1 parent 46424df commit 6ef4472

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

_posts/android/2017-02-22-java-date.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: post
33
title: "Java 日期类常用写法小结"
44
date: 2017-02-22
55
categories: android
6+
class: badge
67
tags: java
78
author: Town
89
cover: https://i.loli.net/2017/08/02/5980af4181de8.jpg

pages/android.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,31 @@ permalink: /android
99

1010
<main aria-labelledby="main-title" class="home">
1111
<div class="theme-default-content custom content__default">
12-
<div data-v-3a1264aa="">
13-
<div class="features" style="margin-top: 0;padding-top: 0;border-top: none;" data-v-3a1264aa="">
12+
<div>
13+
<div class="features" style="margin-top: 0;padding-top: 0;border-top: none;">
1414
{% assign sorted_pages = site.categories.android | sort:"weight" %}
1515
{% for post in sorted_pages %}
16-
<div class="feature" data-v-3a1264aa="">
17-
<h2 data-v-3a1264aa="">
18-
<a data-instant="" href="{{ post.url }}" target="_blank" class="flex" data-v-3a1264aa="">
19-
<div class="icon-svg mr10 icon-svg-panlinker" style="height:1.4rem;width:1.4rem;" data-v-39ac1fd5="" data-v-3a1264aa=""></div>{{ post.title }}
16+
<div class="feature">
17+
<h2>
18+
<a href="{{ post.url }}" target="_blank" class="flex">
19+
<div class="icon-svg mr10 icon-svg-panlinker" style="height:1.4rem;width:1.4rem;"></div>
20+
{{ post.title }}
2021
{% for tag in post.tags %}
2122
{% for c in post.class %}
22-
<span class="{{ c }}" data-v-3a1264aa="">{{ tag }}</span>
23+
<span class="{{ c }}">{{ tag }}</span>
2324
{% endfor %}
2425
{% endfor %}
2526
</a>
2627
</h2>
2728
{% for des in post.description %}
28-
<p data-v-3a1264aa="">{{ des }}</p>
29+
<p>{{ des }}</p>
2930
{% endfor %}
30-
<div class="icon-svg icon-svg-tm" style="height:16px;width:16px;" data-v-39ac1fd5="" data-v-3a1264aa=""></div>
31+
<div class="icon-svg icon-svg-tm" style="height:16px;width:16px;"></div>
3132
<p></p>
3233
</div>
3334
{% endfor %}
3435
</div>
35-
<!--<div class="tip" data-v-3a1264aa="">提示:末尾带有 <div class="icon-svg icon-svg-tm" style="height:16px;width:16px;" data-v-39ac1fd5="" data-v-3a1264aa=""></div> 图标的表示脚本</div>-->
36+
<!--<div class="tip">提示:末尾带有 <div class="icon-svg icon-svg-tm" style="height:16px;width:16px;"></div>图标的表示脚本</div>-->
3637
</div>
3738
</div>
3839
{% include footer.html %}

0 commit comments

Comments
 (0)