forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathi2.html
More file actions
26 lines (18 loc) · 657 Bytes
/
i2.html
File metadata and controls
26 lines (18 loc) · 657 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
---
layout: default
---
<h1 style="font-size: 150%; text-align: center;">Blog</h1>
<table width="100%">
{% for post in site.posts %}
{% unless post.category == "uc" %}
<tr>
<td><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a> </td>
<td>{{ post.date | date: "%B %e, %Y" }}</td>
</tr>
{% endunless %}
{% endfor %}
</table>
<br>
<br>
<br>
<a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Frisencrypto.github.io%2Fi2%2F&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false"/></a>