diff --git a/lib/filters/add_glossary.rb b/lib/filters/add_glossary.rb index c399117..8eaae69 100644 --- a/lib/filters/add_glossary.rb +++ b/lib/filters/add_glossary.rb @@ -1,4 +1,4 @@ -# Generate a glossary from YAML metadata + class AddGlossary < Nanoc::Filter @@ -28,7 +28,7 @@ def run(content, params={}) res << '' res + end end - end -end \ No newline at end of file + end