From 5a0189bbb356fa6f4a67e669c6e1b32755c73c58 Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Thu, 7 Oct 2021 11:11:36 +0300 Subject: [PATCH] feat: add home link in thread title --- templates/thread.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/templates/thread.html b/templates/thread.html index ee59650..82e268c 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -11,13 +11,16 @@ -

- {{ if ne $FirstPost.Title "" }} - {{$FirstPost.Title}} - {{ else }} - Welcome to Micrach - {{ end }} -

+ +

+ ↰ + {{ if ne $FirstPost.Title "" }} + {{$FirstPost.Title}} + {{ else }} + Welcome to Micrach + {{ end }} +

+
{{ template "post-form" .FormData }}