fix design docs

pull/30/head
afc163 10 years ago
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…
Cancel
Save