add documentation and restructure to be simpler

This commit is contained in:
Dean Attali 2015-03-02 14:44:12 -08:00
parent 2494bcdc47
commit 9a2d6f1b3f
3 changed files with 61 additions and 31 deletions

View file

@ -7,7 +7,10 @@
{% else %}
{{ site.time | date: '%Y' }}
{% endif %}
  •  
<a href="{{ site.url }}" target="_blank">{{ site.url-short }}</a>
{% if site.url-pretty %}
&nbsp;&nbsp;&bull;&nbsp;&nbsp;
<a href="{{ site.url }}">{{ site.url-pretty }}</a>
{% endif %}
</div>
</footer>