first commit
This commit is contained in:
9
mkdocs_bootswatch/cosmo/content.html
Normal file
9
mkdocs_bootswatch/cosmo/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