_layouts/about.html in jekyll-theme-github-like-0.1.4 vs _layouts/about.html in jekyll-theme-github-like-0.1.5
- old
+ new
@@ -3,10 +3,10 @@
---
<div class="clearfix container-xl px-3 px-md-4 px-lg-5 mt-4">
<div class="Box">
<div class="Box-header">
- <h3 class="Box-title">关于 {{ site.title }}</h3>
+ <h3 class="Box-title">About {{ site.title }}</h3>
</div>
<div class="Box-body">
{{ content }}
</div>
</div>