mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-02 15:59:38 +08:00
5 lines
183 B
HTML
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 %}
|