diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-05-27 10:27:51 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-05-27 10:27:51 -0700 |
commit | 78de7ed98abff93fe5fef94907bcfa4f76dcef07 (patch) | |
tree | f58578554dc829a046762e588d8b190af89dd992 /docs/build/mkdocs/js/search-results-template.mustache | |
parent | 38aa0ebb1df97ff185d84da2d3c2f9a11888729b (diff) |
adding docs to repo
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> |