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 |
|
roalz
|
118c05b184
|
Completed translation of index.haml to Italian
|
2016-05-11 12:09:59 +02:00 |
|
roalz
|
e6937c1bc6
|
Added it-IT index.haml
|
2016-05-11 10:21:54 +02:00 |
|