change document theme, add reset_pass utiltiy
This commit is contained in:
9
docs/cinder/content.html
Normal file
9
docs/cinder/content.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% if page.meta.source %}
|
||||
<div class="source-links">
|
||||
{% for filename in page.meta.source %}
|
||||
<span class="label label-primary">{{ filename }}</span>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{{ page.content }}
|
Reference in New Issue
Block a user