ant-design/theme/templates/page.html
2015-05-07 21:01:15 +08:00

5 lines
183 B
HTML

{% extends "layout.html" %}
{% block title %}{{post.title}} - {{config.site.name}}{% endblock %}
{% block description %}{% if post.summay %}{{post.summary}}{% endif %}{% endblock %}