Skip to content

Commit bc31e41

Browse files
committed
helo
1 parent e50384f commit bc31e41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/showcase.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="showcase-wrapper sticky">
66
<div class="showcase-text">
77
{% for post in site.posts limit: 1 %}
8-
<span class="badge lazy"><smaller>Joson's 最新博客</smaller></span><br>{{ post.title }}<br><a href="{{ site.baseurl }}{{ post.url }}"><button type="button" class="btn btn-default showcase-button">Read More</button></a>
8+
<span class="badge lazy"><smaller>cp's 最新博客</smaller></span><br>{{ post.title }}<br><a href="{{ site.baseurl }}{{ post.url }}"><button type="button" class="btn btn-default showcase-button">Read More</button></a>
99
{% endfor %}
1010
</div>
1111
</div>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Jason's Klog
2+
title: cp's Klog
33
---
44
{% include showcase.html %}
55
{% include greeting.html %}

0 commit comments

Comments
 (0)