diff --git a/_plugins/translate-filter.rb b/_plugins/translate-filter.rb index 30376223..936ccec6 100644 --- a/_plugins/translate-filter.rb +++ b/_plugins/translate-filter.rb @@ -38,6 +38,10 @@ module Jekyll "#{page}/#{page_language}" end end + + def tl_note(text, comment) + text + end end end