<div class=“title”>

<a href="/articles">
  {% if page.title %}
    {{ page.title }}
  {% else %}
    请指定页面标题
  {% endif %}
</a>
<span class="title-tip">返回首页</span>

</div>