From e670f9d19f658055e169b6d7c3ae57ddc11c3eee Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Wed, 14 Oct 2020 20:36:53 +0200 Subject: Add embed and halloween theme --- templates/embed.html | 4 ++++ templates/search.html | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 templates/embed.html (limited to 'templates') diff --git a/templates/embed.html b/templates/embed.html new file mode 100644 index 0000000..ff372ab --- /dev/null +++ b/templates/embed.html @@ -0,0 +1,4 @@ +{{define "title"}}Index{{end}} +{{define "content"}} + +{{end}} diff --git a/templates/search.html b/templates/search.html index b921eb6..5ab6f7e 100644 --- a/templates/search.html +++ b/templates/search.html @@ -7,10 +7,11 @@ {{range .Items}} - + - {{.Title}} + {{.Title}}
+ Comments {{.ChannelTitle}} -- cgit v1.2.3