sass-site/source/layouts/blog.haml
Natalie Weizenbaum 837a475ddd Move the blog onto sass-lang.com
Logdown seems to be basically unmaintained, its servers are
unreliable, and it's been causing some mixed-content errors lately.
This moves all blog posts to sass-lang.com itself; I'll set up
redirects from the blog as best I can once this lands.

Closes #401
Closes #402
Closes #403
2019-11-12 18:21:51 -08:00

4 lines
129 B
Plaintext

= wrap_layout :layout do
= partial 'layouts/components/attribution', locals: {page: current_page}
= Typogruby.improve(yield)