Skip to content

Commit 4344e5d

Browse files
committed
fix: remove unuse context
1 parent 7402eaa commit 4344e5d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

_layouts/home.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -308,22 +308,6 @@
308308
<div class="avatar">LP</div>
309309
<h1>{{ site.title | default: "Ningping Li" }}</h1>
310310
<p class="greeting">Hello 大家好 👋</p>
311-
<p class="intro">{{ content | default: "我是Ningping Li,这是我的个人网站。<br>很高兴你来到这里!你可以在以下的网站找到我:" }}</p>
312-
313-
<div class="links-section">
314-
<p class="links-title">🔗 找到我</p>
315-
<div class="links">
316-
{% if site.github_username %}
317-
<a href="https://github.com/{{ site.github_username }}" class="link-item" target="_blank"><span>GitHub</span></a>
318-
{% endif %}
319-
{% if site.linkedin_username %}
320-
<a href="https://linkedin.com/in/{{ site.linkedin_username }}" class="link-item" target="_blank"><span>LinkedIn</span></a>
321-
{% endif %}
322-
{% if site.twitter_username %}
323-
<a href="https://twitter.com/{{ site.twitter_username }}" class="link-item" target="_blank"><span>Twitter</span></a>
324-
{% endif %}
325-
</div>
326-
</div>
327311

328312
{% if site.posts.size > 0 %}
329313
<div class="blog-link">

0 commit comments

Comments
 (0)