fix design docs

pull/30/head
afc163 10 years ago
parent e50b760671
commit cd02f4a69f

@ -1,7 +1,6 @@
# 页面转换 # 页面转换
- category: 动画 - category: 动画
- chinese: 页面转换
- order: 1 - order: 1
--- ---

@ -1,9 +1,5 @@
{% extends "page.html" %} {% extends "page.html" %}
{% block styles %}
<link rel="stylesheet" href="/dist/{{ config.package.name }}-{{ config.package.version }}.css">
{% endblock %}
{% block scripts %} {% block scripts %}
<script src="/dist/{{ config.package.name }}-{{ config.package.version }}.js"></script> <script src="/dist/{{ config.package.name }}-{{ config.package.version }}.js"></script>
<script> <script>

@ -10,6 +10,10 @@
{% block description %}{% if post.summay %}{{post.summary}}{% endif %}{% endblock %} {% 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 %} {% block aside %}
{%- include "aside.html" %} {%- include "aside.html" %}
{% endblock %} {% endblock %}

Loading…
Cancel
Save