diff options
Diffstat (limited to 'docs/build/mkdocs/js/search-results-template.mustache')
-rw-r--r-- | docs/build/mkdocs/js/search-results-template.mustache | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/build/mkdocs/js/search-results-template.mustache b/docs/build/mkdocs/js/search-results-template.mustache new file mode 100644 index 0000000..a8b3862 --- /dev/null +++ b/docs/build/mkdocs/js/search-results-template.mustache @@ -0,0 +1,4 @@ +<article> + <h3><a href="{{location}}">{{title}}</a></h3> + <p>{{summary}}</p> +</article> |