aboutsummaryrefslogtreecommitdiff
path: root/source/_includes/footer.haml
blob: 3385617ddef42da78c99c3ed4a8ec27d68f6a102 (plain)
1
2
3
4
5
6
7
#footer
  .page_width
    Copyright © #{Time.now.strftime('%Y')} - #{page.blog_title} -
    %span.credit Powered by <a href="http://octopress.org">Octopress</a>

= include "disqus_hook.haml" if page.respond_to?(:disqus_short_name) && page.disqus_short_name
= include "google_analytics.haml" if page.respond_to?(:google_analytics_tracking_id) && page.google_analytics_tracking_id