ant-design/theme/templates/page.html

12 lines
298 B
HTML
Raw Normal View History

2015-05-07 18:50:36 +08:00
{% extends "layout.html" %}
2015-05-12 17:50:03 +08:00
{% block title %}
{%- if post.title !== config.site.name %}
2015-05-27 16:20:28 +08:00
{{post.title}} {{ post.meta.chinese }} - {{config.site.name}}
2015-05-12 17:50:03 +08:00
{%- else %}
{{config.site.name}}
{%- endif %}
{% endblock %}
2015-05-07 18:50:36 +08:00
{% block description %}{% if post.summay %}{{post.summary}}{% endif %}{% endblock %}