From 02a466a28be4c6fdcd88075d6345841759ff630c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 15 Apr 2018 00:41:17 +0200 Subject: [PATCH] style(templates): Minor fixes to search & index layouts --- templates/index.html | 4 ++-- templates/search.html | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/templates/index.html b/templates/index.html index 16ddf44c3..184e06e34 100644 --- a/templates/index.html +++ b/templates/index.html @@ -26,10 +26,10 @@
{% for thread in threads -%} - +
{% if thread.sticky %}Sticky {% endif %}{{ thread.title }}
- {{ thread.posted }} + {{ thread.posted }}

Created by {{ thread.author_name }}

diff --git a/templates/search.html b/templates/search.html index 3bb30e5d6..2254c97f0 100644 --- a/templates/search.html +++ b/templates/search.html @@ -32,11 +32,10 @@