Thomas Buck 11 роки тому
джерело
коміт
9da95d08a2
2 змінених файлів з 4 додано та 3 видалено
  1. 1
    1
      input/blog.md
  2. 3
    2
      page.html

+ 1
- 1
input/blog.md Переглянути файл

@@ -8,7 +8,7 @@ compat: blog
8 8
 
9 9
 # Blog Archive
10 10
 
11
-To receive my latest updates, you can subscribe the [RSS Feed! ![RSS Logo][logo]][rss]
11
+To receive my latest updates, you can subscribe to the [RSS Feed! ![RSS Logo][logo]][rss]
12 12
 
13 13
 <!--%
14 14
 from datetime import datetime

+ 3
- 2
page.html Переглянути файл

@@ -161,8 +161,9 @@
161 161
             # Close DIV, horizontal line when no comments
162 162
             if page.get("flattr", "false") == "true" or page.get("twitter", "") != "" or page.get("reddit", "") != "" or page.get("github", "") != "" or page.get("print", "false") == "true":
163 163
                 print '</div>'
164
-                if page.get("comments", "false") != "true":
165
-                    print '<hr>'
164
+
165
+            if page.get("comments", "false") != "true":
166
+                print '<hr>'
166 167
 
167 168
             # Disqus Comments
168 169
             if page.get("comments", "false") == "true":

Завантаження…
Відмінити
Зберегти