diff options
Diffstat (limited to 'layouts/search/single.html')
-rw-r--r-- | layouts/search/single.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/search/single.html b/layouts/search/single.html new file mode 100644 index 0000000..7a01c2d --- /dev/null +++ b/layouts/search/single.html @@ -0,0 +1,7 @@ +{{ define "main" }} + +{{ .Content }} + +{{ print "{{ template \"search\" . }}" }} + +{{ end }} |