initial commit

This commit is contained in:
Dean Attali 2015-03-02 12:06:05 -08:00
commit 709f591ab4
43 changed files with 10863 additions and 0 deletions

View file

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