ant-design/theme/templates/page.html

12 lines
274 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 %}
{{post.title}} - {{config.site.name}}
{%- else %}
{{config.site.name}}
{%- endif %}
{% endblock %}
2015-05-07 18:50:36 +08:00
{% block description %}{% if post.summay %}{{post.summary}}{% endif %}{% endblock %}