Browse Source

Misc fixes

Thomas Buck 11 years ago
parent
commit
9da95d08a2
2 changed files with 4 additions and 3 deletions
  1. 1
    1
      input/blog.md
  2. 3
    2
      page.html

+ 1
- 1
input/blog.md View File

8
 
8
 
9
 # Blog Archive
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
 from datetime import datetime
14
 from datetime import datetime

+ 3
- 2
page.html View File

161
             # Close DIV, horizontal line when no comments
161
             # Close DIV, horizontal line when no comments
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":
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
                 print '</div>'
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
             # Disqus Comments
168
             # Disqus Comments
168
             if page.get("comments", "false") == "true":
169
             if page.get("comments", "false") == "true":

Loading…
Cancel
Save