3 Commits

Author SHA1 Message Date
Olivier Lacan
fcce20efff Stop using weird Haml break for changelog preview
It’s really not worth the double filter call and I’m sure I can find
some way to use Middleman to extract this into a method.
2017-04-05 05:27:12 -04:00
roalz
8935a1d508 Update index.html.haml
%pre.changelog= File.read("CHANGELOG.md")
instead of
%pre.changelog= File.read(File.expand_path("../../CHANGELOG.md", __FILE__))
2016-08-22 16:34:18 +02:00
roalz
b850716d1c Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	CHANGELOG.md
#	source/layouts/layout.html.haml
2016-08-22 16:04:48 +02:00