class Jekyll::FullSearchWithTemplate

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

Public Instance Methods

render(context) click to toggle source
Calls superclass method
# 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