From b2ae6f67f6724c5b967bdd24110d5fa313dd110e Mon Sep 17 00:00:00 2001 From: justdoit829 Date: Sun, 28 Dec 2014 06:09:50 +0800 Subject: [PATCH] Update theme.html --- theme.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme.html b/theme.html index 519f462..af81914 100644 --- a/theme.html +++ b/theme.html @@ -98,11 +98,11 @@

Showing all posts tagged as {{ tag }}:

{% if post.type == 'link' %}
-

{{ post.title|truncate(40, False, '...') }}

+

{{ post.title|truncate(40, False, '...') }}

{% else %}
-

{{ post.title|truncate(40, False, '...') }}

+

{{ post.title|truncate(40, False, '...') }}

{% endif %} @@ -142,7 +142,7 @@

{{ post.title|truncate(40, False, '...') }} -

{{ post.title }}

+

{{ post.title }}

@@ -196,7 +196,7 @@

{{ post.title }}

-

{{ page.title }}

+

{{ page.title }}

{{ page.content }}