Commit Graph

3 Commits

Author SHA1 Message Date
Andrew Senetar 7df1c88d8c Update templates
The following updates are made:
- index.html now lists the site description along with X articles
- _list_item.html universalizes code for iterating over the articles
- _site_social.html is merged into base.html
- _google_search.html is added for custom search support
- _gosquared.html, _google_analytics.html have minor formatting changes
- archives.html displays a one page list of all articles
- period_archives.html is removed as it is not planned for implementation atm
- tags.html general clean up and tweaks
- base.html now has
  - full rss/atom feed support
  - disqus comment count support on links (not used yet)
  - blog links in aside
  - search in aside
2013-07-29 05:58:17 -04:00
Andrew Senetar a584c9b380 Update all main template files
This is a major update to template files as now most have actual content.
2013-07-14 00:58:23 -04:00
Andrew Senetar 22037d5fa5 Initial Templates
Adds Initial base template and article templates along with the
analytics templates and Disqus comments template. Additional template
files created with just extends base to act as reminders to finish.
2013-05-27 22:15:01 -04:00