summaryrefslogtreecommitdiff
path: root/Blog/index.html
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2014-09-17 20:16:29 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2014-09-17 20:28:17 +0200
commiteb06a70e83c114440be5bce54112c5a515a397a0 (patch)
tree264264badd87bff3b46361544308ae29a8aae55a /Blog/index.html
parent16f2bcc6d923e726a2aca2c88737b000688ad5ab (diff)
downloadbrentj.es-eb06a70e83c114440be5bce54112c5a515a397a0.tar.gz
brentj.es-eb06a70e83c114440be5bce54112c5a515a397a0.tar.bz2
brentj.es-eb06a70e83c114440be5bce54112c5a515a397a0.zip
Replaced spaces with tabs.
Diffstat (limited to 'Blog/index.html')
-rw-r--r--Blog/index.html36
1 files changed, 18 insertions, 18 deletions
diff --git a/Blog/index.html b/Blog/index.html
index a0c5d1e..5491c97 100644
--- a/Blog/index.html
+++ b/Blog/index.html
@@ -3,22 +3,22 @@ layout: default
---
<ul class="posts">
- {% for post in site.posts %}
- <li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
- {{ post.excerpt }}
- <a href="{{ post.url }}">Read more...</a>
- {% endfor %}
-
- <div class="pagination">
- {% if paginator.previous_page %}
- <a href="/page{{ paginator.previous_page }}" class="previous">Previous</a>
- {% endif %}
-
- {% if paginator.total_pages != 1 %}
- <span class="page_number ">Page: {{ paginator.page }} of {{ paginator.total_pages }}</span>
- {% endif %}
- {% if paginator.next_page %}
- <a href="/page{{ paginator.next_page }}" class="next">Next</a>
- {% endif %}
- </div>
+ {% for post in site.posts %}
+ <li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
+ {{ post.excerpt }}
+ <a href="{{ post.url }}">Read more...</a>
+ {% endfor %}
+
+ <div class="pagination">
+ {% if paginator.previous_page %}
+ <a href="/page{{ paginator.previous_page }}" class="previous">Previous</a>
+ {% endif %}
+
+ {% if paginator.total_pages != 1 %}
+ <span class="page_number ">Page: {{ paginator.page }} of {{ paginator.total_pages }}</span>
+ {% endif %}
+ {% if paginator.next_page %}
+ <a href="/page{{ paginator.next_page }}" class="next">Next</a>
+ {% endif %}
+ </div>
</ul>