6 Commits

Author SHA1 Message Date
Ned Twigg
3dcaac2c67 Fix a typo in the "what about yanked releases" tab. Fixes #327. (#328) 2020-01-11 19:16:08 -05:00
Jerod Santo
9246a1392f Update the URL to the episode of The Changelog 2018-08-03 09:09:48 -05:00
Katrin Leinweber
5a6fa7f102 Secure links 2018-04-21 17:56:44 +02:00
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