Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Favicon Icon -->
<link rel="shortcut icon" type="image/x-icon" href="/assets/images/{{ site.favicon }}">

<title>{% if page.titlebar %} {{ page.titlebar | escape }} - 纯洁的微笑博客 {% elsif page.title %} {{ page.title | escape }} - 纯洁的微笑博客 {% else %}{{ site.title | escape }}{% endif %}</title>
<title>{% if page.titlebar %} {{ page.titlebar | escape }} - 王贰的博客 {% elsif page.title %} {{ page.title | escape }} - 王贰的博客 {% else %}{{ site.title | escape }}{% endif %}</title>
<meta name="keywords" content="{% if page.keywords %}{{ page.keywords | escape }}{% else %}{{ site.keywords }}{% endif %}">
<meta name="description"
content="{% if page.excerpt %}{{ page.excerpt | escape }}{% else %}{{ site.description }}{% endif %}">
Expand Down