Class: Jekyll::FullSearchWithTemplate

Inherits:
Liquid::Block
  • Object
show all
Defined in:
lib/jekyll/FDroidSearchAutocompleteTag.rb

Overview

For each result result, this will render the template found between the fdroid_search_full_with_template %endfdroid_search_full_with_template % tags.

Instance Method Summary collapse

Instance Method Details

#render(context) ⇒ Object



70
71
72
73
# File 'lib/jekyll/FDroidSearchAutocompleteTag.rb', line 70

def render(context)
  search_form_template_path = "../../_layouts/search-full.html"
  SearchForm.render_form(context, search_form_template_path, super.to_s)
end