-
-
Notifications
You must be signed in to change notification settings - Fork 329
Expand file tree
/
Copy patharchive.html
More file actions
29 lines (27 loc) · 560 Bytes
/
archive.html
File metadata and controls
29 lines (27 loc) · 560 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
layout: page
title : Archive
header : Post Archive
group: navigation
---
{% include JB/setup %}
{% assign posts_collate = site.posts %}
{% include JB/posts_collate %}
<hr />
<h2>
Statistics
</h2>
<table>
<tr>
<td>Posts on this blog</td>
<td align="right">{{ site.posts.size }}</td>
</tr>
<tr>
<td>Posts on <a href="http://blogs.msdn.com/ploeh">my old MSDN blog</a></td>
<td align="right">133</td>
</tr>
<tr>
<td><strong>Total</strong> posts</td>
<td align="right"><strong>{{ site.posts.size | plus:133 }}</strong></td>
</tr>
</table>