Skip to content

Commit f542a75

Browse files
author
qiubaiying
committed
add email
1 parent e012602 commit f542a75

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog'
1111

1212
# Sidebar settings
1313
sidebar: true # whether or not using Sidebar.
14-
sidebar-about-description: "It takes a great man <br> to be a good instener"
14+
sidebar-about-description: "Goals determine what you going to be!"
1515
sidebar-avatar: img/avatar-by.jpg # use absolute URL, seeing it's used in both `/` and `/about/`
1616

1717

_layouts/page.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ <h5><a href="{{'/tags/' | prepend: site.baseurl }}">FEATURED TAGS</a></h5>
183183
{% endif %}
184184

185185
</ul>
186+
{% if site.email %}
187+
<p>✉️ {{site.email}}</p>
188+
{% endif %}
186189
</div>
187190
</section>
188191
<!-- Friends Blog -->

0 commit comments

Comments
 (0)