scratch/lib/helpers.rb

17 lines
418 B
Ruby
Raw Normal View History

2009-10-12 15:36:17 +00:00
# All files in the 'lib' directory will be loaded
# before nanoc starts compiling.
# Utilisation des helper
#
# ecrire
# <% content_for :summary do %>
# Sommaire que je veux ecrire
# <% end %>
# Pour remplir à la fois le texte et le sommaire
2012-04-17 09:00:23 +00:00
# include Nanoc3::Helpers::Capturing
2010-01-22 10:53:59 +00:00
include Nanoc3::Helpers::LinkTo
include Nanoc3::Helpers::Blogging
include Nanoc3::Helpers::Text
2010-06-15 16:52:44 +00:00
include Nanoc3::Helpers::XMLSitemap