fix design docs

This commit is contained in:
afc163 2015-07-06 11:32:52 +08:00
parent e50b760671
commit cd02f4a69f
3 changed files with 4 additions and 5 deletions

View File

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

View File

@ -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>

View File

@ -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 %}