提交 cd02f4a6 编写于 作者: A afc163

fix design docs

上级 e50b7606
# 页面转换
- category: 动画
- chinese: 页面转换
- order: 1
---
......
{% 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 %}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册