scratch/lib/helpers.rb
Yann Esposito (Yogsototh) 398a4589f5 Ajout du menu.
2010-01-22 11:53:59 +01:00

14 lines
318 B
Ruby

# 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
include Nanoc3::Helpers::Capturing
include Nanoc3::Helpers::LinkTo