mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
fix design docs
This commit is contained in:
parent
e50b760671
commit
cd02f4a69f
@ -1,7 +1,6 @@
|
||||
# 页面转换
|
||||
|
||||
- category: 动画
|
||||
- chinese: 页面转换
|
||||
- order: 1
|
||||
|
||||
---
|
||||
|
@ -1,9 +1,5 @@
|
||||
{% extends "page.html" %}
|
||||
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="/dist/{{ config.package.name }}-{{ config.package.version }}.css">
|
||||
{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
<script src="/dist/{{ config.package.name }}-{{ config.package.version }}.js"></script>
|
||||
<script>
|
||||
|
@ -10,6 +10,10 @@
|
||||
|
||||
{% block description %}{% if post.summay %}{{post.summary}}{% endif %}{% endblock %}
|
||||
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="/dist/{{ config.package.name }}-{{ config.package.version }}.css">
|
||||
{% endblock %}
|
||||
|
||||
{% block aside %}
|
||||
{%- include "aside.html" %}
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user