Move the changelog to the documentation site.
This commit is contained in:
parent
ef08276b3c
commit
e713fdb66f
@ -46,7 +46,11 @@ compile '/reference/*/' do
|
||||
end
|
||||
|
||||
compile '*' do
|
||||
filter :haml, :ugly => true
|
||||
if item[:extension] == "markdown"
|
||||
filter :rdiscount
|
||||
elsif item[:extension] == "haml"
|
||||
filter :haml, :ugly => true
|
||||
end
|
||||
layout item[:layout] || 'main'
|
||||
end
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
---
|
||||
title: Compass History
|
||||
crumb: CHANGELOG
|
||||
body_id: changelog
|
||||
layout: article
|
||||
---
|
||||
COMPASS CHANGELOG
|
||||
=================
|
||||
|
2
doc-src/layouts/article.haml
Normal file
2
doc-src/layouts/article.haml
Normal file
@ -0,0 +1,2 @@
|
||||
- render 'main' do
|
||||
%article= yield
|
@ -48,7 +48,7 @@
|
||||
%input#search{:name => "search", :type => "text", :value => "", :placeholder => "Search"}
|
||||
- if @item[:content_for_module_nav]
|
||||
%nav#module-nav= @item[:content_for_module_nav]
|
||||
= yield
|
||||
#page= yield
|
||||
%script(src="/docs/javascripts/jquery-1.3.2.min.js")
|
||||
%script(src="/docs/javascripts/fixups.js" deferred)
|
||||
= render "partials/analytics"
|
||||
|
Loading…
Reference in New Issue
Block a user