move demo site to docs/ folder

This commit is contained in:
Dean Attali 2020-04-26 22:22:25 +00:00
parent bb7d9f845f
commit 6552c5774e
65 changed files with 12900 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<footer class="footer-min">
<div class="text-muted">
{% if site.author %}
{{ site.author }}
&nbsp;&nbsp;&bull;&nbsp;&nbsp;
{% endif %}
{% if page.date %}
{{ page.date }}
{% else %}
{{ site.time | date: '%Y' }}
{% endif %}
{% if site.url-pretty %}
&nbsp;&nbsp;&bull;&nbsp;&nbsp;
<a href="{{ '' | absolute_url }}">{{ site.url-pretty }}</a>
{% endif %}
</div>
</footer>